HomeSort by relevance Sort by last modified time
    Searched refs:btm_handle_to_acl_index (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 112 ** Function btm_handle_to_acl_index
119 UINT8 btm_handle_to_acl_index (UINT16 hci_handle) function
123 BTM_TRACE_DEBUG0 ("btm_handle_to_acl_index");
787 xx = btm_handle_to_acl_index(handle);
859 xx = btm_handle_to_acl_index(handle);
    [all...]
btm_pm.c 793 if ((xx = btm_handle_to_acl_index(hci_handle)) >= MAX_L2CAP_LINKS)
930 if ((xx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
btm_sco.c 426 btm_handle_to_acl_index(acl_handle);
427 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
    [all...]
btm_int.h     [all...]

Completed in 277 milliseconds