Searched refs:getCharacteristic (Results 1 – 9 of 9) sorted by relevance
229 assertNotNull(config.getCharacteristic(VALID_CHARACTERISTICS[i])); in testGetCharacteristic()233 assertNull(config.getCharacteristic(INVALID_CHARACTERISTICS[i])); in testGetCharacteristic()246 cl[c] = config.getCharacteristic(cur); in testSetAndMoveCharacteristic()268 config.setCurrentCharacteristic(config.getCharacteristic(sub[1])); in testGetDuplicateParmInDifferentCharacteristics()
258 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic() method in BluetoothGattService368 public BluetoothGattCharacteristic getCharacteristic(UUID uuid) { in getCharacteristic() method in BluetoothGattService
200 public BluetoothGattCharacteristic getCharacteristic() { in getCharacteristic() method in BluetoothGattDescriptor
1301 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic(); in readDescriptor()1343 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic(); in writeDescriptor()
119 = service.getCharacteristic(MIDI_CHARACTERISTIC);
305 public @Nullable Characteristic getCharacteristic(@NonNull String type) { in getCharacteristic() method in RcsConfig
9205 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic();9263 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic(java.util.UUID);
6342 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic();6393 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic(java.util.UUID);
10237 Landroid/bluetooth/BluetoothGattService;->getCharacteristic(Ljava/util/UUID;I)Landroid/bluetooth/Bl…