Home
last modified time | relevance | path

Searched defs:addDescriptor (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java109 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor() method in HandleMap
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java362 public boolean addDescriptor(BluetoothGattDescriptor descriptor) { in addDescriptor() method in BluetoothGattCharacteristic
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java115 void addDescriptor(int serverIf, ParcelUuid descId, int permissions); in addDescriptor() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java507 public void addDescriptor(int serverIf, ParcelUuid descId, int permissions) { in addDescriptor() method in IBluetoothGattImpl
DGattDelegate.java507 Descriptor addDescriptor(ParcelUuid uuid, int permissions) { in addDescriptor() method in GattDelegate.Characteristic