Searched refs:setCcc (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 448 void setCcc(BluetoothDevice device, UUID charUuid, byte[] value) { in setCcc() method in TbsGatt 486 setCcc(device, uuid, configuration); in setSubscriptionConfiguration() 1217 setCcc(device, op.mDescriptor.getCharacteristic().getUuid(), op.mValue); in onUnauthorizedGattOperation()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 615 setCcc( in onUnauthorizedGattOperation() 775 setCcc( in onAuthorizedGattOperation() 897 setCcc( in restoreCccValuesForStoredDevices() 1469 void setCcc(BluetoothDevice device, UUID charUuid, int offset, byte[] value, boolean store) { in setCcc() method in MediaControlGattService
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 128 mMcpService.setCcc(mCurrentDevice, characteristic.getUuid(), 0, value, true); in prepareConnectedDevicesCccVal()
|