Home | History | Annotate | Download | only in btm

Lines Matching full:acl_db

64     memset (&btm_cb.acl_db, 0, sizeof (btm_cb.acl_db));
85 ** Description This function returns the FIRST acl_db entry for the passed BDA.
96 tACL_CONN *p = &btm_cb.acl_db[0];
122 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
124 ** Returns index to the acl_db or MAX_L2CAP_LINKS.
129 tACL_CONN *p = &btm_cb.acl_db[0];
234 /* Allocate acl_db entry */
235 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++)
494 tACL_CONN *p = &btm_cb.acl_db[0];
882 p = &btm_cb.acl_db[xx];
950 p = &btm_cb.acl_db[xx];
1213 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0];
1263 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0];
1422 p_acl_cb = &btm_cb.acl_db[acl_idx];
1483 p_acl_cb = &btm_cb.acl_db[acl_idx];
1545 p_acl_cb = &btm_cb.acl_db[acl_idx];
1594 p_acl_cb = &btm_cb.acl_db[acl_idx];
1787 (*btm_cb.p_lsto_cback)(btm_cb.acl_db[xx].remote_addr, timeout);
2138 tACL_CONN *p = &btm_cb.acl_db[0];
2166 tACL_CONN *p = &btm_cb.acl_db[0];
2253 p = &btm_cb.acl_db[xx];
2282 btm_cb.acl_db[xx].clock_offset = clock_offset;
2809 tACL_CONN *p = &btm_cb.acl_db[0];
3053 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0];
3116 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0];
3170 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0];