/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 | 469 public void onCharacteristicRead( 521 callback.onCharacteristicRead(
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 756 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicRead() 761 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicRead() 771 cb.onCharacteristicRead(null, characteristic, GATT_FAILURE); in gattCallbackOnCharacteristicRead() 786 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicRead() 801 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicRead() 856 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicRead() 880 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicRead() 901 cb.onCharacteristicRead(null, characteristic, GATT_SUCCESS); in gattCallbackOnCharacteristicRead() 1487 mBassClientStateMachine.mGattCallback.onCharacteristicRead( in sendUpdateBcastSourceMessage_inConnectedState() 1597 mBassClientStateMachine.mGattCallback.onCharacteristicRead( in sendSetBcastCodeMessage_inConnectedState() [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/modules/Bluetooth/android/pandora/server/src/ |
D | GattInstance.kt | 104 override fun onCharacteristicRead( in onCharacteristicRead() method in com.android.pandora.GattInstance
|
/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/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProviderTest.java | 462 mBluetoothGattCallback.onCharacteristicRead( in testCharacteristicRead_statusFailed() 638 mBluetoothGattCallback.onCharacteristicRead( in notifyAndReadOutCharacteristic()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProvider.java | 183 public void onCharacteristicRead(
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 583 public void onCharacteristicRead( in onCharacteristicRead() method in BatteryStateMachine.GattCallback
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 289 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() method in BluetoothAccessoryFragment.GattBatteryCallbacks
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 201 verify(gattCallback, timeout(5000)).onCharacteristicRead(any(), any(), any(), anyInt()); in clientGattReadCharacteristics()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 1094 public void onCharacteristicRead( in onCharacteristicRead() method in GattCallback
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 647 …method @Deprecated public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluet… 648 …method public void onCharacteristicRead(@NonNull android.bluetooth.BluetoothGatt, @NonNull android…
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1704 app.callback.onCharacteristicRead(address, status, handle, data); in onReadCharacteristic()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1589 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onCharacteristicRead(Ljava/lang/String;II[B)V 1618 Landroid/bluetooth/IBluetoothGattCallback;->onCharacteristicRead(Ljava/lang/String;II[B)V
|