- ON_CHARACTERISTIC_CHANGED - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_CHARACTERISTIC_READ - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_CHARACTERISTIC_WRITE - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_CONNECTION_STATE_CHANGE - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_DESCRIPTOR_READ - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_DESCRIPTOR_WRITE - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_MTU_CHANGED - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_PHY_READ - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_PHY_UPDATE - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_READ_REMOTE_RSSI - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_RELIABLE_WRITE_COMPLETE - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- ON_SERVICE_DISCOVERED - Static variable in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback.EventType
-
- onCharacteristicChanged(BluetoothGatt, BluetoothGattCharacteristic) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
Characteristic changed handler
DESC: Called always when characteristic is changed, i.e.
- onCharacteristicRead(BluetoothGatt, BluetoothGattCharacteristic, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
Characteristic read handler
DESC: Called always when characteristic read completed
- onCharacteristicWrite(BluetoothGatt, BluetoothGattCharacteristic, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
Characteristic Write handler
DESC: Called always when characteristic write completed
- onConnectionStateChange(BluetoothGatt, int, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
Connection state change handler
DESC: Called always when connection state changes
- onDescriptorRead(BluetoothGatt, BluetoothGattDescriptor, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
- onDescriptorWrite(BluetoothGatt, BluetoothGattDescriptor, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
Characteristic Descriptor Write handler
DESC: Called always when characteristic desc. write completed
- onMtuChanged(BluetoothGatt, int, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
- onPhyRead(BluetoothGatt, int, int, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
- onPhyUpdate(BluetoothGatt, int, int, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
- onReadComplete(BluetoothGattCharacteristic, int) - Method in class com.iotize.android.communication.protocol.ble.rx.Characteristic
-
- onReadRemoteRssi(BluetoothGatt, int, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
- onReliableWriteCompleted(BluetoothGatt, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
- onServicesDiscovered(BluetoothGatt, int) - Method in class com.iotize.android.communication.protocol.ble.rx.DispatchGattCallback
-
Services discovered handler
DESC: Called always when all services discovered