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

  /system/bt/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");
732 xx = btm_handle_to_acl_index(handle);
    [all...]
btm_pm.c 794 if ((xx = btm_handle_to_acl_index(hci_handle)) >= MAX_L2CAP_LINKS)
888 if ((xx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
btm_sco.c 419 btm_handle_to_acl_index(acl_handle);
420 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
    [all...]
btm_ble_multi_adv.c 770 if ((idx = btm_handle_to_acl_index(conn_handle)) != MAX_L2CAP_LINKS)
btm_int.h     [all...]
btm_ble.c 325 xx = btm_handle_to_acl_index (conn_handle);
    [all...]
btm_sec.c     [all...]

Completed in 980 milliseconds