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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 423 UINT16 link_ack_thresh; /* Threshold at which to ack pkts */ member in struct:t_l2c_linkcb
    [all...]
l2c_link.c 794 p_lcb->link_ack_thresh = L2CAP_HOST_FC_ACL_BUFS / l2cb.num_links_active;
    [all...]
l2c_main.c 186 if (++p_lcb->link_pkts_unacked >= p_lcb->link_ack_thresh)
    [all...]

Completed in 28 milliseconds