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 712 if (l2cb.num_links_active == 0)
794 p_lcb->link_ack_thresh = L2CAP_HOST_FC_ACL_BUFS / l2cb.num_links_active;
    [all...]
l2c_int.h 491 UINT16 num_links_active; /* Number of links active */ member in struct:__anon6290
    [all...]
l2c_utils.c 84 l2cb.num_links_active++;
233 if (l2cb.num_links_active >= 1)
234 l2cb.num_links_active--;
    [all...]

Completed in 57 milliseconds