Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.cc56 static void l2c_link_send_to_lower(tL2C_LCB* p_lcb, BT_HDR* p_buf);
940 l2c_link_send_to_lower(p_lcb, p_buf); in l2c_link_check_send_pkts()
952 l2c_link_send_to_lower(p_lcb, p_buf); in l2c_link_check_send_pkts()
996 l2c_link_send_to_lower(p_lcb, p_buf); in l2c_link_check_send_pkts()
1013 l2c_link_send_to_lower(p_lcb, p_buf); in l2c_link_check_send_pkts()
1144 static void l2c_link_send_to_lower(tL2C_LCB* p_lcb, BT_HDR* p_buf) { in l2c_link_send_to_lower() function