Searched refs:CLIENT_CHARACTERISTIC_CONFIG (Results 1 – 5 of 5) sorted by relevance
32 public static final UUID CLIENT_CHARACTERISTIC_CONFIG = field in BassConstants
1112 characteristic.getDescriptor(BassConstants.CLIENT_CHARACTERISTIC_CONFIG); in onCharacteristicRead()
87 public static final ParcelUuid CLIENT_CHARACTERISTIC_CONFIG = ParcelUuid field in FastPairGattServer441 CLIENT_CHARACTERISTIC_CONFIG.getUuid(), in setup()453 CLIENT_CHARACTERISTIC_CONFIG.getUuid(), in setup()
47 import static com.android.bluetooth.bass_client.BassConstants.CLIENT_CHARACTERISTIC_CONFIG;770 when(characteristic.getDescriptor(CLIENT_CHARACTERISTIC_CONFIG)).thenReturn(desc); in gattCallbackOnCharacteristicRead()964 when(descriptor.getUuid()).thenReturn(BassConstants.CLIENT_CHARACTERISTIC_CONFIG); in gattCallbackOnDescriptorWrite()
92 static final ParcelUuid CLIENT_CHARACTERISTIC_CONFIG = ParcelUuid field in FastPairGattServerTest