Home
last modified time | relevance | path

Searched defs:charUuid (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java398 private void removeUuidFromMetadata(ParcelUuid charUuid, BluetoothDevice device) { in removeUuidFromMetadata()
424 private void addUuidToMetadata(ParcelUuid charUuid, BluetoothDevice device) { in addUuidToMetadata()
448 void setCcc(BluetoothDevice device, UUID charUuid, byte[] value) { in setCcc()
468 private byte[] getCccBytes(BluetoothDevice device, UUID charUuid) { in getCccBytes()
1032 UUID charUuid = in onRejectedAuthorizationGattOperation() local
1093 UUID charUuid = op.mCharacteristic.getUuid(); in onUnauthorizedCharRead() local
1178 UUID charUuid = in onUnauthorizedGattOperation() local
1255 UUID charUuid = in onAuthorizedGattOperation() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java453 UUID charUuid = op.mCharacteristic.getUuid(); in onUnauthorizedCharRead() local
568 UUID charUuid = in onUnauthorizedGattOperation() local
654 UUID charUuid = in onAuthorizedGattOperation() local
795 UUID charUuid = in onRejectedAuthorizationGattOperation() local
1469 void setCcc(BluetoothDevice device, UUID charUuid, int offset, byte[] value, boolean store) { in setCcc()
1494 private byte[] getCccBytes(BluetoothDevice device, UUID charUuid) { in getCccBytes()
DMcpService.java222 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription()
DMediaControlProfile.java918 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription()