Searched refs:tBTA_HH_DEV_CB (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_int.h | 227 } tBTA_HH_DEV_CB; typedef 233 tBTA_HH_DEV_CB kdev[BTA_HH_MAX_DEVICE]; /* device control block */ 234 tBTA_HH_DEV_CB* p_cur; /* current device control 256 extern void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event, 260 extern void bta_hh_api_disc_act(tBTA_HH_DEV_CB* p_cb, 262 extern void bta_hh_open_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data); 263 extern void bta_hh_close_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data); 264 extern void bta_hh_data_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data); 265 extern void bta_hh_ctrl_dat_act(tBTA_HH_DEV_CB* p_cb, 267 extern void bta_hh_start_sdp(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data); [all …]
|
D | bta_hh_le.cc | 67 static void bta_hh_le_add_dev_bg_conn(tBTA_HH_DEV_CB* p_cb, bool check_bond); 68 static void bta_hh_process_cache_rpt(tBTA_HH_DEV_CB* p_cb, 85 static void bta_hh_le_hid_report_dbg(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_hid_report_dbg() 247 void bta_hh_le_open_conn(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { in bta_hh_le_open_conn() 272 static tBTA_HH_DEV_CB* bta_hh_le_find_dev_cb_by_conn_id(uint16_t conn_id) { in bta_hh_le_find_dev_cb_by_conn_id() 274 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_conn_id() 289 static tBTA_HH_DEV_CB* bta_hh_le_find_dev_cb_by_bda(const RawAddress& bda) { in bta_hh_le_find_dev_cb_by_bda() 291 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_bda() 307 tBTA_HH_DEV_CB* p_cb, uint8_t ba_inst_id) { in bta_hh_le_find_service_inst_by_battery_inst_id() 323 tBTA_HH_DEV_CB* p_cb, uint8_t srvc_inst_id, /* service instance ID */ in bta_hh_le_find_report_entry() [all …]
|
D | bta_hh_utils.cc | 96 tBTA_HH_DEV_CB* bta_hh_get_cb(const RawAddress& bda) { in bta_hh_get_cb() 114 void bta_hh_clean_up_kdev(tBTA_HH_DEV_CB* p_cb) { in bta_hh_clean_up_kdev() 131 memset(p_cb, 0, sizeof(tBTA_HH_DEV_CB)); /* Reset control block */ in bta_hh_clean_up_kdev() 146 void bta_hh_update_di_info(tBTA_HH_DEV_CB* p_cb, uint16_t vendor_id, in bta_hh_update_di_info() 168 void bta_hh_add_device_to_list(tBTA_HH_DEV_CB* p_cb, uint8_t handle, in bta_hh_add_device_to_list() 210 bool bta_hh_tod_spt(tBTA_HH_DEV_CB* p_cb, uint8_t sub_class) { in bta_hh_tod_spt() 242 tBTA_HH_DEV_CB* p_cb = bta_hh_get_cb(bd_addr); in bta_hh_read_ssr_param()
|
D | bta_hh_act.cc | 185 tBTA_HH_DEV_CB* p_cb = bta_hh_cb.p_cur; in bta_hh_sdp_cback() 251 tBTA_HH_DEV_CB* p_cb = bta_hh_cb.p_cur; in bta_hh_di_sdp_cback() 310 void bta_hh_start_sdp(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data) { in bta_hh_start_sdp() 392 void bta_hh_sdp_cmpl(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data) { in bta_hh_sdp_cmpl() 476 void bta_hh_api_disc_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data) { in bta_hh_api_disc_act() 516 void bta_hh_open_cmpl_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data) { in bta_hh_open_cmpl_act() 576 void bta_hh_open_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data) { in bta_hh_open_act() 614 void bta_hh_data_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data) { in bta_hh_data_act() 635 void bta_hh_handsk_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data) { in bta_hh_handsk_act() 706 void bta_hh_ctrl_dat_act(tBTA_HH_DEV_CB* p_cb, const tBTA_HH_DATA* p_data) { in bta_hh_ctrl_dat_act() [all …]
|
D | bta_hh_main.cc | 45 static void bta_hh_better_state_machine(tBTA_HH_DEV_CB* p_cb, uint16_t event, in bta_hh_better_state_machine() 187 void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event, in bta_hh_sm_execute() 304 tBTA_HH_DEV_CB* p_cb = NULL; in bta_hh_hdl_event()
|