Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/vc/
H A Ddevice.cc99 volume_control_point_handle = control_point_handle; in set_volume_control_service_handles()
138 volume_control_point_handle = 0; in ResetHandles()
151 BtaGattQueue::WriteCharacteristic(connection_id, volume_control_point_handle, in ControlPointOperation()
H A Ddevices_test.cc149 device->volume_control_point_handle = control_point_handle; in TEST_F()
179 device->volume_control_point_handle = control_point_handle; in TEST_F()
199 device->volume_control_point_handle = control_point_handle; in TEST_F()
318 ASSERT_EQ(0x0000, device->volume_control_point_handle); in TEST_F()
327 ASSERT_NE(0, device->volume_control_point_handle); in TEST_F()
332 ASSERT_EQ(0, device->volume_control_point_handle); in TEST_F()
H A Ddevices.h57 uint16_t volume_control_point_handle; variable
76 volume_control_point_handle(0), in VolumeControlDevice()