Lines Matching refs:acl_idx
1010 UINT8 acl_idx; in btm_read_remote_features() local
1015 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() local
1076 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() local
1132 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
1187 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_ext_features_failed()
1193 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_ext_features_failed()