Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h705 extern tL2C_LCB *l2cu_find_lcb_by_state (tL2C_LINK_STATE state);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c511 if (lcb_is_free && ((p_lcb = l2cu_find_lcb_by_state(LST_CONNECT_HOLDING)) != NULL)) { in l2c_link_hci_disc_comp()
Dl2c_utils.c2444 tL2C_LCB *l2cu_find_lcb_by_state (tL2C_LINK_STATE state) in l2cu_find_lcb_by_state() function