Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc306 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[i]; in bta_hh_le_find_dev_cb_by_conn_id() local
324 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[i]; in bta_hh_le_find_dev_cb_by_bda() local
521 void bta_hh_le_save_report_ref(tBTA_HH_DEV_CB* p_dev_cb, tBTA_HH_LE_RPT* p_rpt, uint8_t rpt_type, in bta_hh_le_save_report_ref()
551 static void bta_hh_le_register_input_notif(tBTA_HH_DEV_CB* p_dev_cb, uint8_t proto_mode, in bta_hh_le_register_input_notif()
603 static void bta_hh_le_deregister_input_notif(tBTA_HH_DEV_CB* p_dev_cb) { in bta_hh_le_deregister_input_notif()
682 tBTA_HH_DEV_CB* p_dev_cb = (tBTA_HH_DEV_CB*)data; in write_rpt_clt_cfg_cb() local
752 void bta_hh_le_service_parsed(tBTA_HH_DEV_CB* p_dev_cb, tGATT_STATUS status) { in bta_hh_le_service_parsed()
783 tBTA_HH_DEV_CB* p_dev_cb = (tBTA_HH_DEV_CB*)data; in write_proto_mode_cb() local
840 tBTA_HH_DEV_CB* p_dev_cb = (tBTA_HH_DEV_CB*)data; in get_protocol_mode_cb() local
997 tBTA_HH_DEV_CB* p_dev_cb = bta_hh_find_cb(link_spec); in bta_hh_le_encrypt_cback() local
[all …]
Dbta_hh_headtracker.cc37 static bool bta_hh_headtracker_parse_version_charac(tBTA_HH_DEV_CB* p_dev_cb, in bta_hh_headtracker_parse_version_charac()
50 static bool bta_hh_headtracker_prase_control_charac(tBTA_HH_DEV_CB* p_dev_cb, in bta_hh_headtracker_prase_control_charac()
63 static bool bta_hh_headtracker_parse_report_charac(tBTA_HH_DEV_CB* p_dev_cb, in bta_hh_headtracker_parse_report_charac()
102 void bta_hh_headtracker_parse_service(tBTA_HH_DEV_CB* p_dev_cb, const gatt::Service* service) { in bta_hh_headtracker_parse_service()
140 bool bta_hh_headtracker_supported(tBTA_HH_DEV_CB* p_dev_cb) { in bta_hh_headtracker_supported()
179 uint16_t bta_hh_get_uuid16(tBTA_HH_DEV_CB* p_dev_cb, Uuid uuid) { in bta_hh_get_uuid16()