Home
last modified time | relevance | path

Searched refs:btm_handle_to_acl (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c368 …(*cb)((btm_handle_to_acl(btm_cb.pm_pend_link_hdl))->remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, … in btm_pm_reset()
552 tACL_CONN *p_acl_cb = btm_handle_to_acl(link_hdl); in btm_pm_snd_md_req()
710 p_acl_cb = btm_handle_to_acl(btm_cb.pm_pend_link_hdl); in btm_pm_proc_cmd_status()
765 p = btm_handle_to_acl(hci_handle); in btm_pm_proc_mode_change()
856 p_acl = btm_handle_to_acl(handle); in btm_pm_proc_ssr_evt()
Dbtm_acl.c160 tACL_CONN *btm_handle_to_acl (UINT16 hci_handle) in btm_handle_to_acl() function
786 p = btm_handle_to_acl(handle); in btm_acl_encrypt_change()
952 p_acl_cb = btm_handle_to_acl(handle); in btm_read_remote_version_complete()
1048 p_acl_cb = btm_handle_to_acl(handle); in btm_read_remote_features()
1106 p_acl_cb = btm_handle_to_acl(handle); in btm_read_remote_features_complete()
1158 p_acl_cb = btm_handle_to_acl(handle); in btm_read_remote_ext_features_complete()
1208 p_acl_cb = btm_handle_to_acl(handle); in btm_read_remote_ext_features_failed()
1447 p_acl_cb = btm_handle_to_acl(hci_handle); in btm_process_clk_off_comp_evt()
1937 tACL_CONN *p = btm_handle_to_acl(handle); in btm_qos_setup_complete()
2175 if ((conn = btm_handle_to_acl(handle)) != NULL) { in btm_acl_pkt_types_changed()
[all …]
Dbtm_ble_multi_adv.c736 if ((p_acl_cb = btm_handle_to_acl(conn_handle)) != NULL) { in btm_ble_multi_adv_vse_cback()
Dbtm_sco.c598 p_acl = btm_handle_to_acl(acl_handle); in btm_send_connect_request()
Dbtm_ble.c319 p = btm_handle_to_acl(conn_handle); in BTM_IsBleConnection()
Dbtm_sec.c4121 p_acl = btm_handle_to_acl(handle); in btm_sec_encrypt_change()
5212 tACL_CONN *p_acl_cb = btm_handle_to_acl(p_dev_rec->hci_handle); in btm_sec_execute_procedure()
Dbtm_ble_gap.c4349 p_acl_cb = btm_handle_to_acl(handle); in btm_ble_read_remote_features_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1055 tACL_CONN *btm_handle_to_acl (UINT16 hci_handle);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c1319 tACL_CONN *p_acl = btm_handle_to_acl(handle); in l2cble_process_data_length_change_event()