Home | History | Annotate | Download | only in btm

Lines Matching full:acl_idx

1374     UINT8       acl_idx;
1379 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1385 p_acl_cb = &btm_cb.acl_db[acl_idx];
1427 UINT8 acl_idx;
1440 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1446 p_acl_cb = &btm_cb.acl_db[acl_idx];
1486 UINT8 acl_idx;
1496 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1508 p_acl_cb = &btm_cb.acl_db[acl_idx];
1546 UINT8 acl_idx;
1551 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1557 p_acl_cb = &btm_cb.acl_db[acl_idx];