Home
last modified time | relevance | path

Searched refs:addDescriptor (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java118 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor() method in HandleMap
DGattService.java1607 currChar.addDescriptor(new BluetoothGattDescriptor(el.uuid, el.id, 0)); in onGetGattDb()
2822 mHandleMap.addDescriptor(serverIf, el.attributeHandle, el.uuid, srvcHandle); in onServiceAdded()
2825 .addDescriptor( in onServiceAdded()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java98 characteristic.addDescriptor(descriptor); in GattServer()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java440 mKeyBasedPairingCharacteristic.addDescriptor(new BluetoothGattDescriptor( in setup()
452 mPasskeyCharacteristic.addDescriptor(new BluetoothGattDescriptor( in setup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java306 public boolean addDescriptor(BluetoothGattDescriptor descriptor) { in addDescriptor() method in BluetoothGattCharacteristic
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DGattTransportServerProvider.java476 mOutControlPointCharacteristic.addDescriptor(mOutControlPointCccdDescriptor); in setupGattCharacteristic()
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt266 characteristic.addDescriptor( in registerService()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportClientProviderTest.java182 assertThat(mOutCharacterstic.addDescriptor(mCccdDescriptor)).isTrue(); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java548 addDescriptor(new ClientCharacteristicConfigurationDescriptor()); in GattCharacteristic()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java1456 myChar.addDescriptor(cccDesc); in initGattService()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt665 method public boolean addDescriptor(android.bluetooth.BluetoothGattDescriptor);