Searched refs:getDescriptor (Results 1 – 3 of 3) sorted by relevance
145 BluetoothGattDescriptor descriptor = getDescriptor(); in writeDescriptor()214 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleServerService218 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()341 + (descriptor == getDescriptor()));358 + (descriptor == getDescriptor()));
165 BluetoothGattDescriptor descriptor = getDescriptor(); in writeDescriptor()172 BluetoothGattDescriptor descriptor = getDescriptor(); in readDescriptor()273 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleClientService277 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()
1527 int paramSize = Prototype.intern(method_nat.getDescriptor() in createOutputFinisher()