Home
last modified time | relevance | path

Searched refs:CLIENT_CHARACTERISTIC_CONFIG (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassConstants.java32 public static final UUID CLIENT_CHARACTERISTIC_CONFIG = field in BassConstants
DBassClientStateMachine.java1112 characteristic.getDescriptor(BassConstants.CLIENT_CHARACTERISTIC_CONFIG); in onCharacteristicRead()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java87 public static final ParcelUuid CLIENT_CHARACTERISTIC_CONFIG = ParcelUuid field in FastPairGattServer
441 CLIENT_CHARACTERISTIC_CONFIG.getUuid(), in setup()
453 CLIENT_CHARACTERISTIC_CONFIG.getUuid(), in setup()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java47 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()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java92 static final ParcelUuid CLIENT_CHARACTERISTIC_CONFIG = ParcelUuid field in FastPairGattServerTest