/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 84 public void onCharacteristicRead( in onCharacteristicRead() method in BluetoothGattCallback 97 public void onCharacteristicRead( in onCharacteristicRead() method in BluetoothGattCallback 102 onCharacteristicRead(gatt, characteristic, status); in onCharacteristicRead()
|
D | BluetoothGatt.java | 493 public void onCharacteristicRead( 547 callback.onCharacteristicRead(
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 646 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicReadObsolete() 651 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicReadObsolete() 661 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicReadObsolete() 676 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicReadObsolete() 691 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicReadObsolete() 746 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicReadObsolete() 771 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicReadObsolete() 802 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicReadObsolete() 865 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicRead() 878 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicRead() [all …]
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 32 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead() method
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattClientListener.java | 219 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() method in GattClientListener.GattCallback
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattInstance.kt | 110 override fun onCharacteristicRead( in onCharacteristicRead() method in com.android.pandora.GattInstance
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 276 verify(gattCallback, timeout(5000)).onCharacteristicRead(any(), any(), any(), anyInt()); in clientGattReadCharacteristics() 727 .onCharacteristicRead(any(), any(), any(), anyInt()); in connectGatt_multipleClients()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 494 public void onCharacteristicRead( in onCharacteristicRead() method in GattCallback
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProviderTest.java | 461 mBluetoothGattCallback.onCharacteristicRead( in testCharacteristicRead_statusFailed() 637 mBluetoothGattCallback.onCharacteristicRead( in notifyAndReadOutCharacteristic()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProvider.java | 183 public void onCharacteristicRead(
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 290 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() method in BluetoothAccessoryFragment.GattBatteryCallbacks
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/lecoc/ |
D | DckL2capTest.kt | 811 override fun onCharacteristicRead( in connectGatt() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 1172 public void onCharacteristicRead( in onCharacteristicRead() method in GattCallback
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 796 callbackToApp(() -> app.callback.onCharacteristicRead(address, status, handle, data)); in onReadCharacteristic()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 669 …method @Deprecated public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluet… 670 …method public void onCharacteristicRead(@NonNull android.bluetooth.BluetoothGatt, @NonNull android…
|