Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c1192 else if ((p_buf = l2cu_get_next_buffer_to_send (p_lcb)) != NULL) in l2c_link_check_send_pkts()
1252 if ((p_buf = l2cu_get_next_buffer_to_send (p_lcb)) == NULL) in l2c_link_check_send_pkts()
Dl2c_int.h659 extern BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb);
Dl2c_utils.c3259 BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb) in l2cu_get_next_buffer_to_send() function