Home
last modified time | relevance | path

Searched defs:writeDescriptor (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServlet.java50 public void writeDescriptor(BluetoothGattServerConnection connection, in writeDescriptor() method in BluetoothGattServlet
DBluetoothGattServerConnection.java202 public void writeDescriptor( in writeDescriptor() method in BluetoothGattServerConnection
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattWrapper.java104 public int writeDescriptor(BluetoothGattDescriptor descriptor, byte[] value) { in writeDescriptor() method in BluetoothGattWrapper
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1566 public boolean writeDescriptor(BluetoothGattDescriptor descriptor) { in writeDescriptor() method in BluetoothGatt
1588 public int writeDescriptor(@NonNull BluetoothGattDescriptor descriptor, in writeDescriptor() method in BluetoothGatt
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java83 void writeDescriptor(int clientIf, String address, int srvcType, in writeDescriptor() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java339 public void writeDescriptor( in writeDescriptor() method in IBluetoothGattImpl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java340 public void writeDescriptor() throws Exception { in writeDescriptor() method in GattServiceBinderTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2067 public boolean writeDescriptor(BluetoothGattDescriptor descriptor) { in writeDescriptor() method in BassClientStateMachine.BluetoothGattTestableWrapper
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl133 void writeDescriptor(in int clientIf, in String address, in int handle, in writeDescriptor() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1025 public void writeDescriptor(int clientIf, String address, int handle, int authReq, in writeDescriptor() method in GattService.BluetoothGattBinder
1035 private int writeDescriptor(int clientIf, String address, int handle, int authReq, in writeDescriptor() method in GattService.BluetoothGattBinder
3949 int writeDescriptor(int clientIf, String address, int handle, int authReq, byte[] value, in writeDescriptor() method in GattService