Home
last modified time | relevance | path

Searched defs:onCharacteristicRead (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java92 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead() method in BluetoothGattCallback
106 public void onCharacteristicRead(@NonNull BluetoothGatt gatt, @NonNull in onCharacteristicRead() method in BluetoothGattCallback
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java46 public void onCharacteristicRead(BluetoothGattWrapper gatt, BluetoothGattCharacteristic in onCharacteristicRead() method in BluetoothGattCallback
118 public void onCharacteristicRead(android.bluetooth.BluetoothGatt gatt, in onCharacteristicRead() method in BluetoothGattCallback.InternalBluetoothGattCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattClient.java58 void onCharacteristicRead(String address, UUID uuid, byte[] value, int status); in onCharacteristicRead() method
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl32 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/
DGattClientListener.java219 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() method in GattClientListener.GattCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattCallback.java65 void onCharacteristicRead(String address, int status, int srvcType, in onCharacteristicRead() method
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattInstance.kt101 override fun onCharacteristicRead( in onCharacteristicRead() method in com.android.pandora.GattInstance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java572 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() method in BatteryStateMachine.GattCallback
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java289 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() method in BluetoothAccessoryFragment.GattBatteryCallbacks
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattHelper.java471 public void onCharacteristicRead(BluetoothGattWrapper gatt, in onCharacteristicRead() method in BluetoothGattHelper.InternalBluetoothGattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java888 public void onCharacteristicRead( in onCharacteristicRead() method in BassClientStateMachine.GattCallback