Home | History | Annotate | Download | only in btm

Lines Matching refs:acl_idx

1010     UINT8       acl_idx;
1015 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1021 p_acl_cb = &btm_cb.acl_db[acl_idx];
1063 UINT8 acl_idx;
1076 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1082 p_acl_cb = &btm_cb.acl_db[acl_idx];
1122 UINT8 acl_idx;
1132 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1144 p_acl_cb = &btm_cb.acl_db[acl_idx];
1182 UINT8 acl_idx;
1187 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1193 p_acl_cb = &btm_cb.acl_db[acl_idx];