Searched refs:acl_idx (Results 1 – 2 of 2) sorted by relevance
1010 UINT8 acl_idx; in btm_read_remote_features() local1015 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features()1021 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features()1063 UINT8 acl_idx; in btm_read_remote_features_complete() local1076 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features_complete()1082 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features_complete()1122 UINT8 acl_idx; in btm_read_remote_ext_features_complete() local1132 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_ext_features_complete()1144 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_ext_features_complete()1182 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()