Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c227 if (p_lcb->p_echo_rsp_cb) { in l2c_link_hci_conn_comp()
607 if (p_lcb->p_echo_rsp_cb) { in l2c_link_timeout()
608 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; in l2c_link_timeout()
611 p_lcb->p_echo_rsp_cb = NULL; in l2c_link_timeout()
Dl2c_main.c726 if (p_lcb->p_echo_rsp_cb) { in process_l2cap_cmd()
727 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; in process_l2cap_cmd()
730 p_lcb->p_echo_rsp_cb = NULL; in process_l2cap_cmd()
Dl2c_api.c645 p_lcb->p_echo_rsp_cb = p_callback; in L2CA_Ping()
651 if (p_lcb->p_echo_rsp_cb != NULL) { in L2CA_Ping()
663 p_lcb->p_echo_rsp_cb = p_callback; in L2CA_Ping()
Dl2c_utils.c268 if (p_lcb->p_echo_rsp_cb) { in l2cu_release_lcb()
269 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; in l2cu_release_lcb()
272 p_lcb->p_echo_rsp_cb = NULL; in l2cu_release_lcb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h395 tL2CA_ECHO_RSP_CB *p_echo_rsp_cb; /* Echo response callback */ member