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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 686 if (l2cb.num_links_active == 0)
768 p_lcb->link_ack_thresh = L2CAP_HOST_FC_ACL_BUFS / l2cb.num_links_active;
    [all...]
l2c_int.h 489 UINT16 num_links_active; /* Number of links active */ member in struct:__anon3472
    [all...]
l2c_utils.c 72 l2cb.num_links_active++;
205 if (l2cb.num_links_active >= 1)
206 l2cb.num_links_active--;
    [all...]

Completed in 51 milliseconds