Searched refs:acl_idx (Results 1 – 2 of 2) sorted by relevance
1049 UINT8 acl_idx; in btm_read_remote_features() local1054 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features()1060 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features()1102 UINT8 acl_idx; in btm_read_remote_features_complete() local1115 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features_complete()1121 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features_complete()1161 UINT8 acl_idx; in btm_read_remote_ext_features_complete() local1171 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_ext_features_complete()1183 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_ext_features_complete()1221 UINT8 acl_idx; in btm_read_remote_ext_features_failed() local[all …]
4192 UINT8 acl_idx = btm_handle_to_acl_index(handle); in btm_sec_encrypt_change() local4240 if (acl_idx != MAX_L2CAP_LINKS) in btm_sec_encrypt_change()4241 p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()