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

  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 120 ** Function btm_handle_to_acl_index
127 UINT8 btm_handle_to_acl_index (UINT16 hci_handle) function
131 BTM_TRACE_DEBUG ("btm_handle_to_acl_index");
875 xx = btm_handle_to_acl_index(handle);
    [all...]
btm_pm.c 798 if ((xx = btm_handle_to_acl_index(hci_handle)) >= MAX_L2CAP_LINKS)
936 if ((xx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
    [all...]
btm_sco.c 433 btm_handle_to_acl_index(acl_handle);
434 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
    [all...]
btm_ble_multi_adv.c 749 if ((idx = btm_handle_to_acl_index(conn_handle)) != MAX_L2CAP_LINKS)
btm_int.h     [all...]
btm_ble.c 324 xx = btm_handle_to_acl_index (conn_handle);
    [all...]
btm_sec.c     [all...]

Completed in 727 milliseconds