Home
last modified time | relevance | path

Searched defs:p_dev_cb (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_le.c311 BOOLEAN bta_hh_le_add_hid_srvc_entry(tBTA_HH_DEV_CB *p_dev_cb, UINT8 idx) in bta_hh_le_add_hid_srvc_entry()
403 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_conn_id() local
423 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_bda() local
646 void bta_hh_le_read_rpt_ref_descr(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_LE_RPT *p_rpt) in bta_hh_le_read_rpt_ref_descr()
713 void bta_hh_le_save_rpt_ref(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_LE_RPT *p_rpt, in bta_hh_le_save_rpt_ref()
772 void bta_hh_le_save_ext_rpt_ref(tBTA_HH_DEV_CB *p_dev_cb, in bta_hh_le_save_ext_rpt_ref()
804 void bta_hh_le_register_input_notif(tBTA_HH_DEV_CB *p_dev_cb, UINT8 srvc_inst, in bta_hh_le_register_input_notif()
1113 void bta_hh_le_expl_rpt(tBTA_HH_DEV_CB *p_dev_cb, in bta_hh_le_expl_rpt()
1160 void bta_hh_le_expl_boot_rpt(tBTA_HH_DEV_CB *p_dev_cb, UINT16 char_uuid, in bta_hh_le_expl_boot_rpt()
1259 tBTA_HH_DEV_CB *p_dev_cb; in bta_hh_le_encrypt_cback() local
[all …]
/system/bt/btif/src/
Dbtif_gatt_client.c240 static btif_gattc_dev_cb_t *p_dev_cb = &btif_gattc_dev_cb; variable