/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 295 .notifyCharacteristicChanged( in verifySetValue() 299 .notifyCharacteristicChanged(eq(device), eq(characteristic), eq(false)); in verifySetValue() 304 .notifyCharacteristicChanged( in verifySetValue() 308 .notifyCharacteristicChanged(eq(device), eq(characteristic), anyBoolean()); in verifySetValue() 586 .notifyCharacteristicChanged(eq(mFirstDevice), eq(characteristic), eq(false)); in testSetCallControlPointResult() 603 .notifyCharacteristicChanged(any(), any(), anyBoolean()); in testSetCallControlPointResult() 761 .notifyCharacteristicChanged( in testSetInbandRingtoneTwice() 769 .notifyCharacteristicChanged( in testSetInbandRingtoneTwice() 788 .notifyCharacteristicChanged( in testClearInbandRingtoneTwice() 795 .notifyCharacteristicChanged( in testClearInbandRingtoneTwice() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | BluetoothGattServerProxy.java | 95 public int notifyCharacteristicChanged( in notifyCharacteristicChanged() method in BluetoothGattServerProxy 100 return mBluetoothGattServer.notifyCharacteristicChanged( in notifyCharacteristicChanged() 108 public boolean notifyCharacteristicChanged( in notifyCharacteristicChanged() method in BluetoothGattServerProxy 110 return mBluetoothGattServer.notifyCharacteristicChanged(device, characteristic, confirm); in notifyCharacteristicChanged()
|
D | TbsGatt.java | 500 private void notifyCharacteristicChanged( in notifyCharacteristicChanged() method in TbsGatt.BluetoothGattCharacteristicNotifier 505 mBluetoothGattServer.notifyCharacteristicChanged( in notifyCharacteristicChanged() 510 private void notifyCharacteristicChanged( in notifyCharacteristicChanged() method in TbsGatt.BluetoothGattCharacteristicNotifier 515 mBluetoothGattServer.notifyCharacteristicChanged(device, characteristic, false); in notifyCharacteristicChanged() 522 notifyCharacteristicChanged(device, characteristic, value); in notifyWithValue() 528 notifyCharacteristicChanged(device, characteristic); in notify()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 804 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 810 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 816 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 822 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 828 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 834 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 840 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 847 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 853 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() 860 .notifyCharacteristicChanged(eq(mCurrentDevice), eq(characteristic), eq(false)); in testNotify() [all …]
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProviderTest.java | 260 when(mMockBluetoothGattServer.notifyCharacteristicChanged( in testSendMessage_succeed() 271 when(mMockBluetoothGattServer.notifyCharacteristicChanged( in testSendMessage_failedProcessingNotStarted() 280 when(mMockBluetoothGattServer.notifyCharacteristicChanged( in testSendMessage_failedMessageLengthGreaterThanCapabilitites() 297 when(mMockBluetoothGattServer.notifyCharacteristicChanged( in testSendMessage_failedNotifyCharacteristicChangedFailed() 337 .notifyCharacteristicChanged(eq(mMockBluetoothDevice), any(), eq(false)); in setupOutCharactersticRead() 354 .notifyCharacteristicChanged(any(), any(), anyBoolean()); in testSendMessageAndOutCharactersticRead_failedProcessingNotStarted() 637 .notifyCharacteristicChanged( in testInCharactersticWrite_secidMismatch()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | FastPairGattServerTest.java | 536 verify(mMockBluetoothGattServer).notifyCharacteristicChanged(eq(mMockBluetoothDevice), in testProcessKeyBasedPairingRequestWithAntiSpoofKey_responseValid() 538 verify(mMockBluetoothGattServer).notifyCharacteristicChanged(eq(mMockBluetoothDevice), in testProcessKeyBasedPairingRequestWithAntiSpoofKey_responseValid() 567 verify(mMockBluetoothGattServer).notifyCharacteristicChanged(eq(mMockBluetoothDevice), in testProcessKeyBasedPairingRequestUsingAccountKey_responseValid() 569 verify(mMockBluetoothGattServer).notifyCharacteristicChanged(eq(mMockBluetoothDevice), in testProcessKeyBasedPairingRequestUsingAccountKey_responseValid() 584 verify(mMockBluetoothGattServer, never()).notifyCharacteristicChanged(any(), any(), in testProcessKeyBasedPairingRequestUsingInvalidKey_requestIgnored() 611 verify(mMockBluetoothGattServer, never()).notifyCharacteristicChanged(any(), any(), in testProcessKeyBasedPairingRequestTenFailures_allRequestsIgnored() 698 verify(mMockBluetoothGattServer, never()).notifyCharacteristicChanged( in testReceivePairingCodeBeforeSeekerPasskey_noPairingResponseSent() 726 verify(mMockBluetoothGattServer).notifyCharacteristicChanged(eq(mMockBluetoothDevice), in testReceivePairingCodeAfterSeekerPasskey_sendsPairingResponse() 743 verify(mMockBluetoothGattServer, never()).notifyCharacteristicChanged(any(), any(), in testReceivePairingCodeWhileDisconnected_nothingSent()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 869 public boolean notifyCharacteristicChanged( in notifyCharacteristicChanged() method in BluetoothGattServer 871 return notifyCharacteristicChanged( in notifyCharacteristicChanged() 908 public int notifyCharacteristicChanged( in notifyCharacteristicChanged() method in BluetoothGattServer
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairGattServer.java | 263 .notifyCharacteristicChanged(device, mDeviceNameCharacteristic, false); 265 .notifyCharacteristicChanged(device, mKeyBasedPairingCharacteristic, false); 952 .notifyCharacteristicChanged(mRemoteGattDevice, mPasskeyCharacteristic, false); in sendPairingResponse()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProvider.java | 358 if (!mBluetoothGattServer.notifyCharacteristicChanged( in processOutDataPacket()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 1235 public boolean notifyCharacteristicChanged( in notifyCharacteristicChanged() method in MediaControlGattService.BluetoothGattServerProxy 1239 return mBluetoothGattServer.notifyCharacteristicChanged( in notifyCharacteristicChanged() 1837 mBluetoothGattServer.notifyCharacteristicChanged(device, characteristic, false); in notifyCharacteristic()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 750 …(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean notifyCharacteristicChanged(android… 751 …sion(android.Manifest.permission.BLUETOOTH_CONNECT) public int notifyCharacteristicChanged(@NonNul…
|