Home
last modified time | relevance | path

Searched refs:volume_control_point_handle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/vc/
Ddevices_test.cc151 device->volume_control_point_handle = control_point_handle; in TEST_F()
181 device->volume_control_point_handle = control_point_handle; in TEST_F()
201 device->volume_control_point_handle = control_point_handle; in TEST_F()
355 ASSERT_EQ(0x0000, device->volume_control_point_handle); in TEST_F()
392 ASSERT_EQ(0x0007, device->volume_control_point_handle); in TEST_F()
454 ASSERT_NE(0, device->volume_control_point_handle); in TEST_F()
460 ASSERT_EQ(0, device->volume_control_point_handle); in TEST_F()
Ddevice.cc113 volume_control_point_handle = control_point_handle; in set_volume_control_service_handles()
212 volume_control_point_handle = 0; in ResetHandles()
227 BtaGattQueue::WriteCharacteristic(connection_id, volume_control_point_handle, in ControlPointOperation()
Ddevices.h54 uint16_t volume_control_point_handle; variable
75 volume_control_point_handle(0), in VolumeControlDevice()