Lines Matching defs:p_cb
88 static void bta_hh_le_hid_report_dbg(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_hid_report_dbg()
229 bool bta_hh_is_le_device(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { in bta_hh_is_le_device()
266 void bta_hh_le_open_conn(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { in bta_hh_le_open_conn()
325 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()
342 tBTA_HH_DEV_CB* p_cb, uint8_t srvc_inst_id, /* service instance ID */ in bta_hh_le_find_report_entry()
412 tBTA_HH_LE_RPT* bta_hh_le_find_alloc_report_entry(tBTA_HH_DEV_CB* p_cb, in bta_hh_le_find_alloc_report_entry()
484 static tBTA_HH_STATUS bta_hh_le_read_char_descriptor(tBTA_HH_DEV_CB* p_cb, in bta_hh_le_read_char_descriptor()
647 void bta_hh_le_open_cmpl(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_open_cmpl()
671 bool bta_hh_le_write_ccc(tBTA_HH_DEV_CB* p_cb, uint8_t char_handle, in bta_hh_le_write_ccc()
727 bool bta_hh_le_write_rpt_clt_cfg(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_write_rpt_clt_cfg()
789 bool bta_hh_le_set_protocol_mode(tBTA_HH_DEV_CB* p_cb, in bta_hh_le_set_protocol_mode()
878 void bta_hh_le_get_protocol_mode(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_get_protocol_mode()
907 tBTA_HH_DEV_CB* p_cb = bta_hh_le_find_dev_cb_by_bda(addr); in bta_hh_le_dis_cback() local
940 void bta_hh_le_pri_service_discovery(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_pri_service_discovery()
996 void bta_hh_security_cmpl(tBTA_HH_DEV_CB* p_cb, in bta_hh_security_cmpl()
1043 void bta_hh_le_notify_enc_cmpl(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_buf) { in bta_hh_le_notify_enc_cmpl()
1062 void bta_hh_clear_service_cache(tBTA_HH_DEV_CB* p_cb) { in bta_hh_clear_service_cache()
1081 void bta_hh_start_security(tBTA_HH_DEV_CB* p_cb, in bta_hh_start_security()
1134 void bta_hh_gatt_open(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_buf) { in bta_hh_gatt_open()
1215 void bta_hh_le_gatt_disc_cmpl(tBTA_HH_DEV_CB* p_cb, tBTA_HH_STATUS status) { in bta_hh_le_gatt_disc_cmpl()
1625 void bta_hh_le_open_fail(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_le_open_fail()
1661 void bta_hh_gatt_close(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_gatt_close()
1699 void bta_hh_le_api_disc_act(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_api_disc_act()
1794 void bta_hh_le_get_rpt(tBTA_HH_DEV_CB* p_cb, tBTA_HH_RPT_TYPE r_type, in bta_hh_le_get_rpt()
1845 void bta_hh_le_write_rpt(tBTA_HH_DEV_CB* p_cb, tBTA_HH_RPT_TYPE r_type, in bta_hh_le_write_rpt()
1891 void bta_hh_le_suspend(tBTA_HH_DEV_CB* p_cb, in bta_hh_le_suspend()
1910 void bta_hh_le_write_dev_act(tBTA_HH_DEV_CB* p_cb, tBTA_HH_DATA* p_data) { in bta_hh_le_write_dev_act()
1962 void bta_hh_le_get_dscp_act(tBTA_HH_DEV_CB* p_cb) { in bta_hh_le_get_dscp_act()
1981 static void bta_hh_le_add_dev_bg_conn(tBTA_HH_DEV_CB* p_cb, bool check_bond) { in bta_hh_le_add_dev_bg_conn()
2016 uint8_t bta_hh_le_add_device(tBTA_HH_DEV_CB* p_cb, in bta_hh_le_add_device()
2136 tBTA_HH_DEV_CB* p_cb = NULL; in bta_hh_le_hid_read_rpt_clt_cfg() local