Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_int.h263 } tBTA_HH_DEV_CB; typedef
281 tBTA_HH_DEV_CB kdev[BTA_HH_MAX_DEVICE]; /* device control block */
282 tBTA_HH_DEV_CB* p_cur; /* current device control
307 extern void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event,
311 extern void bta_hh_api_disc_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data);
312 extern void bta_hh_open_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data);
313 extern void bta_hh_close_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data);
314 extern void bta_hh_data_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data);
315 extern void bta_hh_ctrl_dat_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data);
316 extern void bta_hh_start_sdp(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data);
[all …]
Dbta_hh_le.cc68 static void bta_hh_le_add_dev_bg_conn(tBTA_HH_DEV_CB* p_cb, bool check_bond);
69 static void bta_hh_process_cache_rpt(tBTA_HH_DEV_CB* p_cb,
87 static void bta_hh_le_hid_report_dbg(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_hid_report_dbg()
228 bool bta_hh_is_le_device(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { in bta_hh_is_le_device()
265 void bta_hh_le_open_conn(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { in bta_hh_le_open_conn()
290 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()
292 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_conn_id()
307 tBTA_HH_DEV_CB* bta_hh_le_find_dev_cb_by_bda(const RawAddress& bda) { in bta_hh_le_find_dev_cb_by_bda()
309 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_bda()
324 uint8_t bta_hh_le_find_service_inst_by_battery_inst_id(tBTA_HH_DEV_CB* p_cb, in bta_hh_le_find_service_inst_by_battery_inst_id()
[all …]
Dbta_hh_act.cc180 tBTA_HH_DEV_CB* p_cb = bta_hh_cb.p_cur; in bta_hh_sdp_cback()
248 tBTA_HH_DEV_CB* p_cb = bta_hh_cb.p_cur; in bta_hh_di_sdp_cback()
311 void bta_hh_start_sdp(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_start_sdp()
399 void bta_hh_sdp_cmpl(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_sdp_cmpl()
488 void bta_hh_api_disc_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_api_disc_act()
524 void bta_hh_open_cmpl_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_open_cmpl_act()
583 void bta_hh_open_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_open_act()
623 void bta_hh_data_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_data_act()
644 void bta_hh_handsk_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_handsk_act()
719 void bta_hh_ctrl_dat_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_ctrl_dat_act()
[all …]
Dbta_hh_utils.cc108 void bta_hh_clean_up_kdev(tBTA_HH_DEV_CB* p_cb) { in bta_hh_clean_up_kdev()
127 memset(p_cb, 0, sizeof(tBTA_HH_DEV_CB)); /* Reset control block */ in bta_hh_clean_up_kdev()
142 void bta_hh_update_di_info(tBTA_HH_DEV_CB* p_cb, uint16_t vendor_id, in bta_hh_update_di_info()
170 void bta_hh_add_device_to_list(tBTA_HH_DEV_CB* p_cb, uint8_t handle, in bta_hh_add_device_to_list()
212 bool bta_hh_tod_spt(tBTA_HH_DEV_CB* p_cb, uint8_t sub_class) { in bta_hh_tod_spt()
Dbta_hh_main.cc68 typedef void (*tBTA_HH_ACTION)(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data);
230 void bta_hh_sm_execute(tBTA_HH_DEV_CB* p_cb, uint16_t event, in bta_hh_sm_execute()
365 tBTA_HH_DEV_CB* p_cb = NULL; in bta_hh_hdl_event()