Searched refs:l2cu_send_peer_echo_req (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_api.c | 667 l2cu_send_peer_echo_req (p_lcb, NULL, 0); in L2CA_Ping() 721 l2cu_send_peer_echo_req (p_lcb, pp, p_data->len); in L2CA_Echo()
|
D | l2c_link.c | 228 l2cu_send_peer_echo_req (p_lcb, NULL, 0); in l2c_link_hci_conn_comp()
|
D | l2c_utils.c | 1053 void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len) in l2cu_send_peer_echo_req() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 629 extern void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len);
|