Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc88 uint16_t state_handle = 0, state_ccc_handle = 0, control_point_handle = 0, in set_volume_control_service_handles() local
96 control_point_handle = chrc.value_handle; in set_volume_control_service_handles()
108 GATT_HANDLE_IS_VALID(control_point_handle) && in set_volume_control_service_handles()
113 volume_control_point_handle = control_point_handle; in set_volume_control_service_handles()
138 offset.control_point_handle = chrc.value_handle; in set_volume_offset_control_service_handles()
156 GATT_HANDLE_IS_VALID(offset.control_point_handle) && in set_volume_offset_control_service_handles()
415 BtaGattQueue::WriteCharacteristic(connection_id, offset->control_point_handle, in ExtAudioOutControlPointOperation()
Ddevices_test.cc145 uint16_t control_point_handle = 0x0020 + i; in TEST_F() local
151 device->volume_control_point_handle = control_point_handle; in TEST_F()
155 WriteCharacteristic(connection_id, control_point_handle, in TEST_F()
175 uint16_t control_point_handle = 0x0020 + i; in TEST_F() local
181 device->volume_control_point_handle = control_point_handle; in TEST_F()
185 WriteCharacteristic(connection_id, control_point_handle, in TEST_F()
200 uint16_t control_point_handle = 0x0020; in TEST_F() local
201 device->volume_control_point_handle = control_point_handle; in TEST_F()
204 WriteCharacteristic(_, control_point_handle, _, _, _, _)) in TEST_F()
434 ASSERT_EQ(0x0013, offset->control_point_handle); in TEST_F()
Dtypes.h125 uint16_t control_point_handle; member
141 control_point_handle(0), in VolumeOffset()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_int.h169 uint8_t control_point_handle; member
Dbta_hh_le.cc1458 p_dev_cb->hid_srvc.control_point_handle = charac.value_handle; in bta_hh_le_parse_hogp_service()
1521 p_dev_cb->hid_srvc.control_point_handle = 0; in bta_hh_le_srvc_init()
2019 p_cb->conn_id, p_cb->hid_srvc.control_point_handle, {(uint8_t)ctrl_type}, in bta_hh_le_suspend()