Searched refs:notifyWithValue (Results 1 – 2 of 2) sorted by relevance
180 boolean notifyWithValue = false; in verifySetValue()211 notifyWithValue = true; in verifySetValue()293 if (notifyWithValue) { in verifySetValue()302 if (notifyWithValue) { in verifySetValue()
519 public void notifyWithValue( in notifyWithValue() method in TbsGatt.BluetoothGattCharacteristicNotifier601 public boolean notifyWithValue(BluetoothDevice device, byte[] value) { in notifyWithValue() method in TbsGatt.GattCharacteristic603 mNotifier.notifyWithValue(device, this, value); in notifyWithValue()796 return mStatusFlagsCharacteristic.notifyWithValue(device, value); in updateStatusFlags()