Searched refs:btm_handle_to_acl_index (Results 1 – 7 of 7) sorted by relevance
131 UINT8 btm_handle_to_acl_index (UINT16 hci_handle) in btm_handle_to_acl_index() function736 xx = btm_handle_to_acl_index(handle); in btm_acl_encrypt_change()1015 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features()1076 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features_complete()1132 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_ext_features_complete()1187 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_ext_features_failed()1436 if ((xx = btm_handle_to_acl_index(hci_handle)) < MAX_L2CAP_LINKS) in btm_process_clk_off_comp_evt()
822 if ((xx = btm_handle_to_acl_index(hci_handle)) >= MAX_L2CAP_LINKS) in btm_pm_proc_mode_change()920 if ((xx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_pm_proc_ssr_evt()
422 btm_handle_to_acl_index(acl_handle);423 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
771 if ((idx = btm_handle_to_acl_index(conn_handle)) != MAX_L2CAP_LINKS) in btm_ble_multi_adv_vse_cback()
959 extern UINT8 btm_handle_to_acl_index (UINT16 hci_handle);
305 xx = btm_handle_to_acl_index (conn_handle); in BTM_IsBleConnection()
4192 UINT8 acl_idx = btm_handle_to_acl_index(handle); in btm_sec_encrypt_change()