Searched refs:l2cu_get_next_buffer_to_send (Results 1 - 3 of 3) sorted by path

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h688 extern BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb);
H A Dl2c_link.c1195 else if ((p_buf = l2cu_get_next_buffer_to_send (p_lcb)) != NULL)
1253 if ((p_buf = l2cu_get_next_buffer_to_send (p_lcb)) == NULL)
H A Dl2c_utils.c3233 ** Function l2cu_get_next_buffer_to_send
3241 BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb) function

Completed in 183 milliseconds