OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2cu_send_peer_echo_rsp
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h
611
extern void
l2cu_send_peer_echo_rsp
(tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len);
[
all
...]
l2c_main.c
683
l2cu_send_peer_echo_rsp
(p_lcb, id, NULL, 0);
[
all
...]
l2c_utils.c
930
** Function
l2cu_send_peer_echo_rsp
938
void
l2cu_send_peer_echo_rsp
(tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len)
function
[
all
...]
Completed in 24 milliseconds