/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProviderTest.java | 649 .readCharacteristic(argThat(new CharacteristicMatcher(mOutCharacterstic))); in notifyAndReadOutCharacteristic() 658 when(mMockBluetoothGatt.readCharacteristic(any())).thenReturn(false); in testOutCharactersticNotifyAndRead_readFailed() 664 .readCharacteristic(argThat(new CharacteristicMatcher(mOutCharacterstic))); in testOutCharactersticNotifyAndRead_readFailed() 676 verify(mMockBluetoothGatt, never()).readCharacteristic(any()); in testOutCharactersticNotifyAndRead_nullGatt() 687 .readCharacteristic(argThat(new CharacteristicMatcher(mOutCharacterstic))); in testOutCharactersticNotifyAndRead_emptyPacket() 697 .readCharacteristic(argThat(new CharacteristicMatcher(mOutCharacterstic))); in testOutCharactersticNotifyAndRead_succeedOnePacket() 739 .readCharacteristic(argThat(new CharacteristicMatcher(mOutCharacterstic))); in testOutCharactersticNotifyAndRead_succeedThreePackets() 757 .readCharacteristic(argThat(new CharacteristicMatcher(mOutCharacterstic))); in testOutCharactersticNotifyAndRead_receiveAdminPacket() 790 .readCharacteristic(argThat(new CharacteristicMatcher(mOutCharacterstic))); in testOutCharactersticNotifyAndRead_packetLengthOverflow() 834 .readCharacteristic(argThat(new CharacteristicMatcher(mOutCharacterstic))); in testOutCharactersticNotifyAndRead_tooManyConcurrentSessions() [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 289 public void readCharacteristic() throws Exception { in readCharacteristic() method in GattServiceBinderTest 295 mBinder.readCharacteristic(clientIf, address, handle, authReq, mAttributionSource); in readCharacteristic() 297 verify(mService).readCharacteristic(clientIf, address, handle, authReq, mAttributionSource); in readCharacteristic()
|
D | GattServiceTest.java | 377 public void readCharacteristic() { in readCharacteristic() method in GattServiceTest 386 mService.readCharacteristic(clientIf, address, handle, authReq, mAttributionSource); in readCharacteristic()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 496 mService.readCharacteristic( 1409 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() method in BluetoothGatt 1429 mService.readCharacteristic( in readCharacteristic()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattInstance.kt | 265 if (mGatt.readCharacteristic(characteristic)) { in readCharacteristicBlocking()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProvider.java | 576 if (!mBluetoothGatt.readCharacteristic(mOutControlPointCharacteristic)) { in readOutControlPointCharacteristic()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 122 …void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq, in Attr… in readCharacteristic() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 571 gatt.readCharacteristic(batteryLevel); in onServicesDiscovered()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 285 gatt.readCharacteristic(battLevel); in onServicesDiscovered()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 199 gatt.readCharacteristic(firstCharacteristic); in clientGattReadCharacteristics()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 1870 mBluetoothGatt.readCharacteristic(characteristic); in processMessage() 2489 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() method in BluetoothGattTestableWrapper 2490 return mWrappedBluetoothGatt.readCharacteristic(characteristic); in readCharacteristic()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 635 public void readCharacteristic( in readCharacteristic() method in GattService.BluetoothGattBinder 645 service.readCharacteristic(clientIf, address, handle, authReq, attributionSource); in readCharacteristic() 2282 void readCharacteristic( in readCharacteristic() method in GattService
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1439 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readCharacteristic(ILjava/lang/String;II)V 1552 Landroid/bluetooth/IBluetoothGatt;->readCharacteristic(ILjava/lang/String;II)V
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 613 …sion(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readCharacteristic(android.blue…
|