Home
last modified time | relevance | path

Searched refs:l2c_link_send_to_lower (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c43 static BOOLEAN l2c_link_send_to_lower (tL2C_LCB *p_lcb, BT_HDR *p_buf);
1126 l2c_link_send_to_lower (p_lcb, p_buf); in l2c_link_check_send_pkts()
1133 l2c_link_send_to_lower (p_lcb, p_buf); in l2c_link_check_send_pkts()
1179 if (!l2c_link_send_to_lower (p_lcb, p_buf)) { in l2c_link_check_send_pkts()
1205 if (!l2c_link_send_to_lower (p_lcb, p_buf)) { in l2c_link_check_send_pkts()
1230 static BOOLEAN l2c_link_send_to_lower (tL2C_LCB *p_lcb, BT_HDR *p_buf) in l2c_link_send_to_lower() function