Home
last modified time | relevance | path

Searched refs:notifyWithValue (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java180 boolean notifyWithValue = false; in verifySetValue()
211 notifyWithValue = true; in verifySetValue()
293 if (notifyWithValue) { in verifySetValue()
302 if (notifyWithValue) { in verifySetValue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java519 public void notifyWithValue( in notifyWithValue() method in TbsGatt.BluetoothGattCharacteristicNotifier
601 public boolean notifyWithValue(BluetoothDevice device, byte[] value) { in notifyWithValue() method in TbsGatt.GattCharacteristic
603 mNotifier.notifyWithValue(device, this, value); in notifyWithValue()
796 return mStatusFlagsCharacteristic.notifyWithValue(device, value); in updateStatusFlags()