Home
last modified time | relevance | path

Searched refs:getCccBytes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java468 private byte[] getCccBytes(BluetoothDevice device, UUID charUuid) { in getCccBytes() method in TbsGatt
492 return getCccBytes(device, uuid); in getSubscriptionConfiguration()
497 getCccBytes(device, uuid), BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in isSubscribed()
1198 byte[] value = getCccBytes(device, op.mDescriptor.getCharacteristic().getUuid()); in onUnauthorizedGattOperation()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java596 byte[] value = getCccBytes(device, op.mDescriptor.getCharacteristic().getUuid()); in onUnauthorizedGattOperation()
756 byte[] value = getCccBytes(device, op.mDescriptor.getCharacteristic().getUuid()); in onAuthorizedGattOperation()
1494 private byte[] getCccBytes(BluetoothDevice device, UUID charUuid) { in getCccBytes() method in MediaControlGattService
1827 byte[] ccc = getCccBytes(device, characteristic.getUuid()); in notifyCharacteristic()