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

  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 158 ** Function btm_handle_to_acl_index
165 UINT8 btm_handle_to_acl_index (UINT16 hci_handle) function
169 BTM_TRACE_DEBUG0 ("btm_handle_to_acl_index");
837 xx = btm_handle_to_acl_index(handle);
909 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...]
btm_ble.c 330 xx = btm_handle_to_acl_index (conn_handle);
    [all...]

Completed in 601 milliseconds