Slide 18
Slide 18 text
BluetoothGattCallback
onConnectionStateChange(BluetoothGatt gatt, int status, int newState)
onServicesDiscovered(BluetoothGatt gatt, int status)
onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status)
onCharacteristicWrite(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status)
onCharacteristicChanged(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic)