Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h264 typedef void (tL2CA_ECHO_RSP_CB) (UINT16); typedef
598 extern BOOLEAN L2CA_Ping (BD_ADDR p_bd_addr, tL2CA_ECHO_RSP_CB *p_cb);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h395 tL2CA_ECHO_RSP_CB *p_echo_rsp_cb; /* Echo response callback */
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c727 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; in process_l2cap_cmd()
Dl2c_link.c608 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; in l2c_link_timeout()
Dl2c_api.c622 BOOLEAN L2CA_Ping (BD_ADDR p_bd_addr, tL2CA_ECHO_RSP_CB *p_callback) in L2CA_Ping()
Dl2c_utils.c269 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; in l2cu_release_lcb()