Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java792 byte[] ccc_val = in testNotify()
801 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
807 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
813 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
819 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
825 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
831 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
837 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
844 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
850 prepareConnectedDevicesCccVal(characteristic, ccc_val); in testNotify()
[all …]
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc1626 uint8_t ccc_val = 0; in CacheAttributeHandles() local
1628 ccc_val |= GATT_CHAR_CLIENT_CONFIG_NOTIFICATION; in CacheAttributeHandles()
1631 ccc_val |= GATT_CHAR_CLIENT_CONFIG_INDICTION; in CacheAttributeHandles()
1633 if (ccc_val == 0) { in CacheAttributeHandles()
1641 device->cp_ccc_val = ccc_val; in CacheAttributeHandles()
2063 uint16_t ccc_val = GATT_CHAR_CLIENT_CONFIG_NOTIFICATION) { in SubscribeForNotifications() argument
2077 UINT16_TO_STREAM(value_ptr, ccc_val); in SubscribeForNotifications()