Home
last modified time | relevance | path

Searched refs:btm_handle_to_acl_index (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/btm/
Dbtm_acl.c131 UINT8 btm_handle_to_acl_index (UINT16 hci_handle) in btm_handle_to_acl_index() function
736 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()
Dbtm_pm.c822 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()
Dbtm_sco.c422 btm_handle_to_acl_index(acl_handle);
423 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
Dbtm_ble_multi_adv.c771 if ((idx = btm_handle_to_acl_index(conn_handle)) != MAX_L2CAP_LINKS) in btm_ble_multi_adv_vse_cback()
Dbtm_int.h959 extern UINT8 btm_handle_to_acl_index (UINT16 hci_handle);
Dbtm_ble.c305 xx = btm_handle_to_acl_index (conn_handle); in BTM_IsBleConnection()
Dbtm_sec.c4192 UINT8 acl_idx = btm_handle_to_acl_index(handle); in btm_sec_encrypt_change()