public interface AndroidBluetoothAdapterWrapper
Modifier and Type | Method and Description |
---|---|
void |
connectCallbackListener(AndroidBluetoothScanCallbackListener listener)
Connect listener to adapter - allowing for callbacks whenever an LE scan result is available
|
boolean |
isBluetoothAvailable()
Is Bluetooth available on device
|
boolean |
isBluetoothEnabledOnDevice()
Is Bluetooth enabled on device
|
void |
startLeScan()
Start Bluetooth LE scan
|
void |
stopLeScan()
Stop Bluetooth LE scan
|
void startLeScan()
void stopLeScan()
boolean isBluetoothAvailable()
boolean isBluetoothEnabledOnDevice()
void connectCallbackListener(AndroidBluetoothScanCallbackListener listener)
listener
- The listener