Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2c_api.h257 typedef void(tL2CA_ECHO_RSP_CB)(uint16_t); typedef
623 extern bool L2CA_Ping(const RawAddress& p_bd_addr, tL2CA_ECHO_RSP_CB* p_cb);
/system/bt/stack/l2cap/
Dl2c_int.h401 tL2CA_ECHO_RSP_CB* p_echo_rsp_cb; /* Echo response callback */
Dl2c_main.cc735 tL2CA_ECHO_RSP_CB* p_cb = p_lcb->p_echo_rsp_cb; in process_l2cap_cmd()
Dl2c_link.cc543 tL2CA_ECHO_RSP_CB* p_cb = p_lcb->p_echo_rsp_cb; in l2c_link_timeout()
Dl2c_api.cc964 bool L2CA_Ping(const RawAddress& p_bd_addr, tL2CA_ECHO_RSP_CB* p_callback) { in L2CA_Ping()
Dl2c_utils.cc212 tL2CA_ECHO_RSP_CB* p_cb = p_lcb->p_echo_rsp_cb; in l2cu_release_lcb()