Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_link.cc62 static void l2c_link_send_to_lower(tL2C_LCB* p_lcb, BT_HDR* p_buf,
905 l2c_link_send_to_lower(p_lcb, p_buf, NULL); in l2c_link_check_send_pkts()
918 l2c_link_send_to_lower(p_lcb, p_buf, &cbi); in l2c_link_check_send_pkts()
963 l2c_link_send_to_lower(p_lcb, p_buf, NULL); in l2c_link_check_send_pkts()
981 l2c_link_send_to_lower(p_lcb, p_buf, &cbi); in l2c_link_check_send_pkts()
1050 static void l2c_link_send_to_lower(tL2C_LCB* p_lcb, BT_HDR* p_buf, in l2c_link_send_to_lower() function