Searched refs:addDescriptor (Results 1 – 11 of 11) sorted by relevance
118 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor() method in HandleMap
1607 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()
98 characteristic.addDescriptor(descriptor); in GattServer()
440 mKeyBasedPairingCharacteristic.addDescriptor(new BluetoothGattDescriptor( in setup()452 mPasskeyCharacteristic.addDescriptor(new BluetoothGattDescriptor( in setup()
306 public boolean addDescriptor(BluetoothGattDescriptor descriptor) { in addDescriptor() method in BluetoothGattCharacteristic
476 mOutControlPointCharacteristic.addDescriptor(mOutControlPointCccdDescriptor); in setupGattCharacteristic()
266 characteristic.addDescriptor( in registerService()
182 assertThat(mOutCharacterstic.addDescriptor(mCccdDescriptor)).isTrue(); in setUp()
548 addDescriptor(new ClientCharacteristicConfigurationDescriptor()); in GattCharacteristic()
1456 myChar.addDescriptor(cccDesc); in initGattService()
665 method public boolean addDescriptor(android.bluetooth.BluetoothGattDescriptor);