Home
last modified time | relevance | path

Searched refs:volume_flags_handle (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc40 if (volume_flags_handle != 0) in DeregisterNotifications()
41 BTA_GATTC_DeregisterForNotifications(gatt_if, address, volume_flags_handle); in DeregisterNotifications()
114 volume_flags_handle = flags_handle; in set_volume_control_service_handles()
213 volume_flags_handle = 0; in ResetHandles()
298 {volume_flags_handle, volume_flags_ccc_handle}, in EnqueueRemainingRequests()
Ddevices.h55 uint16_t volume_flags_handle; variable
76 volume_flags_handle(0), in VolumeControlDevice()
Ddevices_test.cc356 ASSERT_EQ(0x0000, device->volume_flags_handle); in TEST_F()
393 ASSERT_EQ(0x0009, device->volume_flags_handle); in TEST_F()
455 ASSERT_NE(0, device->volume_flags_handle); in TEST_F()
461 ASSERT_EQ(0, device->volume_flags_handle); in TEST_F()
Dvc.cc328 if (handle == device->volume_flags_handle) { in OnCharacteristicValueChanged()