Searched refs:control_point_handle (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/vc/ |
D | device.cc | 74 uint16_t state_handle = 0, state_ccc_handle = 0, control_point_handle = 0, in set_volume_control_service_handles() local 82 control_point_handle = chrc.value_handle; in set_volume_control_service_handles() 94 GATT_HANDLE_IS_VALID(control_point_handle) && in set_volume_control_service_handles() 99 volume_control_point_handle = control_point_handle; in set_volume_control_service_handles()
|
D | devices_test.cc | 143 uint16_t control_point_handle = 0x0020 + i; in TEST_F() local 149 device->volume_control_point_handle = control_point_handle; in TEST_F() 153 WriteCharacteristic(connection_id, control_point_handle, in TEST_F() 173 uint16_t control_point_handle = 0x0020 + i; in TEST_F() local 179 device->volume_control_point_handle = control_point_handle; in TEST_F() 183 WriteCharacteristic(connection_id, control_point_handle, in TEST_F() 198 uint16_t control_point_handle = 0x0020; in TEST_F() local 199 device->volume_control_point_handle = control_point_handle; in TEST_F() 202 WriteCharacteristic(_, control_point_handle, _, _, _, _)) in TEST_F()
|
/system/bt/bta/hh/ |
D | bta_hh_int.h | 167 uint8_t control_point_handle; member
|
D | bta_hh_le.cc | 1371 p_dev_cb->hid_srvc.control_point_handle = charac.value_handle; in bta_hh_le_search_hid_chars() 1465 p_dev_cb->hid_srvc.control_point_handle = 0; in bta_hh_le_srvc_search_cmpl() 1851 p_cb->conn_id, p_cb->hid_srvc.control_point_handle, {(uint8_t)ctrl_type}, in bta_hh_le_suspend()
|