Methods
| Method |
Description |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.await(Class,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.await(E,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.await(Class,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.await(E,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.await(Class,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.await(E,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.onDeviceConnecting(BluetoothDevice)
|
Called when the Android device started connecting to given device. |
|
no.nordicsemi.android.ble.onDeviceConnected(BluetoothDevice)
|
Called when the device has been connected. |
|
no.nordicsemi.android.ble.onDeviceDisconnecting(BluetoothDevice)
|
Called when user initialized disconnection. |
|
no.nordicsemi.android.ble.onDeviceDisconnected(BluetoothDevice)
|
Called when the device has disconnected (when the callback returned onConnectionStateChange with stateDISCONNECTED), but ONLY if the shouldAutoConnect method returnedfalse for this device when it was connecting. |
|
no.nordicsemi.android.ble.onLinkLossOccurred(BluetoothDevice)
|
This callback is invoked when the Ble Manager lost connection to a device that has beenconnected with autoConnect option (see shouldAutoConnect. |
|
no.nordicsemi.android.ble.onServicesDiscovered(BluetoothDevice,boolean)
|
Called when service discovery has finished and primary services has been found.This method is not called if the primary, mandatory services were not found during servicediscovery. |
|
no.nordicsemi.android.ble.onDeviceReady(BluetoothDevice)
|
Method called when all initialization requests has been completed. |
|
no.nordicsemi.android.ble.shouldEnableBatteryLevelNotifications(BluetoothDevice)
|
This method should return true if Battery Level notifications should be enabled on thetarget device. |
|
no.nordicsemi.android.ble.onBatteryValueReceived(BluetoothDevice,int)
|
Called when battery value has been received from the device. |
|
no.nordicsemi.android.ble.onBondingRequired(BluetoothDevice)
|
Called when an GATT_INSUFFICIENT_AUTHENTICATION error occurred and thedevice bond state is BOND_NONE. |
|
no.nordicsemi.android.ble.onBonded(BluetoothDevice)
|
Called when the device has been successfully bonded. |
|
no.nordicsemi.android.ble.onBondingFailed(BluetoothDevice)
|
Called when the bond state has changed from BOND_BONDING to BOND_NONE. |
|
no.nordicsemi.android.ble.onError(BluetoothDevice,String,int)
|
Called when a BLE error has occurred |
|
no.nordicsemi.android.ble.onDeviceNotSupported(BluetoothDevice)
|
Called when service discovery has finished but the main services were not found on the device. |
|
no.nordicsemi.android.ble.await(Class,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.await(E,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.setGattCallbacks(BleManagerCallbacks)
|
Sets the manager callback listener. |
|
no.nordicsemi.android.ble.getBatteryValue()
|
Returns the last received value of Battery Level characteristic, or -1 if suchdoes not exist, hasn't been read or notification wasn't received yet. |
|
no.nordicsemi.android.ble.connect(BluetoothDevice,int)
|
Creates a Connect request that will try to connect to the given Bluetooth LE device usingpreferred PHY. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.getBatteryValue()
|
Returns the last received value of Battery Level characteristic, or -1 if suchdoes not exist, hasn't been read or notification wasn't received yet. |
|
no.nordicsemi.android.ble.connect(BluetoothDevice,int)
|
Creates a Connect request that will try to connect to the given Bluetooth LE device usingpreferred PHY. |
|
no.nordicsemi.android.ble.with(ConnectionPriorityCallback)
|
Sets the value callback. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.awaitValid(Class,long)
|
Same as await, but if received response is not valid, this method willthrown an exception. |
|
no.nordicsemi.android.ble.awaitValid(E,long)
|
Same as await, but if received response is not valid,this method will thrown an exception. |
|
no.nordicsemi.android.ble.await(Class,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.await(E,long)
|
Synchronously waits until the request is done, for at most given number of millisecondsafter which the InterruptedException will be thrown. |
|
no.nordicsemi.android.ble.enqueue(long)
|
Enqueues the request for asynchronous execution. |
|
no.nordicsemi.android.ble.await(long)
|
Synchronously waits, for as most as the given number of milliseconds, until the requestis ready. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |
|
no.nordicsemi.android.ble.createBond()
|
Creates a new request that will start pairing with the device. |
|
no.nordicsemi.android.ble.removeBond()
|
Creates a new request that will remove the bonding information from the Android device.This is done using reflections and may not work on all devices. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattCharacteristic)
|
Creates new Read Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattCharacteristic,Array,int,int,int)
|
Creates new Write Characteristic request. |
|
no.nordicsemi.android.ble.newReadRequest(BluetoothGattDescriptor)
|
Creates new Read Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newWriteRequest(BluetoothGattDescriptor,Array,int,int)
|
Creates new Write Descriptor request. |
|
no.nordicsemi.android.ble.newEnableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Notification request. |
|
no.nordicsemi.android.ble.newDisableNotificationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Notification request. |
|
no.nordicsemi.android.ble.newEnableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Enable Indications request. |
|
no.nordicsemi.android.ble.newDisableIndicationsRequest(BluetoothGattCharacteristic)
|
Creates new Disable Indications request. |
|
no.nordicsemi.android.ble.newWaitForNotificationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Notification request. |
|
no.nordicsemi.android.ble.newWaitForIndicationRequest(BluetoothGattCharacteristic)
|
Creates new Wait For Indication request. |
|
no.nordicsemi.android.ble.newReadBatteryLevelRequest()
|
Creates new Read Battery Level request. |
|
no.nordicsemi.android.ble.newEnableBatteryLevelNotificationsRequest()
|
Creates new Enable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newDisableBatteryLevelNotificationsRequest()
|
Creates new Disable Notifications on the first found Battery Level characteristic from thefirst found Battery Service. |
|
no.nordicsemi.android.ble.newMtuRequest(int)
|
Requests new MTU (Maximum Transfer Unit). |
|
no.nordicsemi.android.ble.newConnectionPriorityRequest(int)
|
Requests the new connection priority. |
|
no.nordicsemi.android.ble.newSetPreferredPhyRequest(int,int,int)
|
Requests the change of preferred PHY for this connections. |
|
no.nordicsemi.android.ble.newReadPhyRequest()
|
Reads the current PHY for this connections. |
|
no.nordicsemi.android.ble.newReadRssiRequest()
|
Reads the current RSSI (Received Signal Strength Indication). |
|
no.nordicsemi.android.ble.newRefreshCacheRequest()
|
Refreshes the device cache. |
|
no.nordicsemi.android.ble.newSleepRequest(long)
|
Creates new Sleep request that will postpone next request for given number of milliseconds. |