Home
last modified time | relevance | path

Searched refs:setCharacteristicNotification (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java598 gatt.setCharacteristicNotification(characteristic, /* enable= */ true); in onCharacteristicRead()
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt305 gattInstance.mGatt.setCharacteristicNotification(characteristic, true) in setCharacteristicNotificationFromHandle()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java263 gatt.setCharacteristicNotification(characteristic, true); in clientGattNotifyOrIndicateCharacteristic()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1115 mBluetoothGatt.setCharacteristicNotification(characteristic, true); in onCharacteristicRead()
2517 public boolean setCharacteristicNotification( in setCharacteristicNotification() method in BluetoothGattTestableWrapper
2519 return mWrappedBluetoothGatt.setCharacteristicNotification(characteristic, enable); in setCharacteristicNotification()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1881 public boolean setCharacteristicNotification( in setCharacteristicNotification() method in BluetoothGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java773 verify(btGatt).setCharacteristicNotification(any(), anyBoolean()); in gattCallbackOnCharacteristicRead()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt619 …android.Manifest.permission.BLUETOOTH_CONNECT) public boolean setCharacteristicNotification(androi…