Home | History | Annotate | Download | only in btm

Lines Matching refs:btm_handle_to_acl_index

120 ** Function         btm_handle_to_acl_index
127 UINT8 btm_handle_to_acl_index (UINT16 hci_handle)
131 BTM_TRACE_DEBUG ("btm_handle_to_acl_index");
732 xx = btm_handle_to_acl_index(handle);
1005 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1066 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1122 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1177 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
1426 if ((xx = btm_handle_to_acl_index(hci_handle)) < MAX_L2CAP_LINKS)