Home
last modified time | relevance | path

Searched defs:onCharacteristicReadRequest (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattServerManager.kt55 override fun onCharacteristicReadRequest( in onCharacteristicReadRequest() method
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServerCallback.java35 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, in onCharacteristicReadRequest() method in BluetoothGattServerCallback
110 public void onCharacteristicReadRequest(android.bluetooth.BluetoothDevice device, in onCharacteristicReadRequest() method in BluetoothGattServerCallback.InternalBluetoothGattServerCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattMaster.java52 void onCharacteristicReadRequest(String address, UUID uuid); in onCharacteristicReadRequest() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java57 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, in onCharacteristicReadRequest() method in BluetoothGattServerCallback
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattServerCallback.aidl29 void onCharacteristicReadRequest(in String address, in int transId, in int offset, in onCharacteristicReadRequest() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattServerCallback.java39 void onCharacteristicReadRequest(String address, int transId, int offset, boolean isLong, in onCharacteristicReadRequest() method
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java135 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, int offset, in onCharacteristicReadRequest() method in GattServer.MyGattServerCallback
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerHelper.java300 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, int offset, in onCharacteristicReadRequest() method in BluetoothGattServerHelper.GattServerCallback