Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadata.java336 case BluetoothDevice.METADATA_GMCS_CCCD: in setCustomizedMeta()
433 case BluetoothDevice.METADATA_GMCS_CCCD: in getCustomizedMeta()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlProfile.java909 byte[] gmcs_cccd = device.getMetadata(BluetoothDevice.METADATA_GMCS_CCCD); in getNotificationSubscriptions()
921 byte[] gmcs_cccd = device.getMetadata(BluetoothDevice.METADATA_GMCS_CCCD); in setNotificationSubscription()
944 BluetoothDevice.METADATA_GMCS_CCCD, in setNotificationSubscription()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlProfileTest.java524 final int ccid1 = BluetoothDevice.METADATA_GMCS_CCCD; in testGmcsSetGetNotificationSubscriptionDoesNotCrash()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java548 METADATA_GMCS_CCCD,
786 public static final int METADATA_GMCS_CCCD = 27; field in BluetoothDevice
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java457 testSetGetCustomMetaCase(false, BluetoothDevice.METADATA_GMCS_CCCD, value, true); in testSetGetCustomMeta()
502 testSetGetCustomMetaCase(true, BluetoothDevice.METADATA_GMCS_CCCD, value, true); in testSetGetCustomMeta()