OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_echo_rsp_cb
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c
687
if (p_lcb->
p_echo_rsp_cb
)
689
tL2CA_ECHO_RSP_CB *p_cb = p_lcb->
p_echo_rsp_cb
;
692
p_lcb->
p_echo_rsp_cb
= NULL;
[
all
...]
l2c_link.c
228
if (p_lcb->
p_echo_rsp_cb
)
538
if (p_lcb->
p_echo_rsp_cb
)
540
tL2CA_ECHO_RSP_CB *p_cb = p_lcb->
p_echo_rsp_cb
;
543
p_lcb->
p_echo_rsp_cb
= NULL;
[
all
...]
l2c_api.c
610
p_lcb->
p_echo_rsp_cb
= p_callback;
616
if (p_lcb->
p_echo_rsp_cb
!= NULL)
630
p_lcb->
p_echo_rsp_cb
= p_callback;
[
all
...]
l2c_ble.c
329
if (p_lcb->
p_echo_rsp_cb
)
l2c_int.h
396
tL2CA_ECHO_RSP_CB *
p_echo_rsp_cb
; /* Echo response callback */
member in struct:t_l2c_linkcb
[
all
...]
l2c_utils.c
211
if (p_lcb->
p_echo_rsp_cb
)
213
tL2CA_ECHO_RSP_CB *p_cb = p_lcb->
p_echo_rsp_cb
;
216
p_lcb->
p_echo_rsp_cb
= NULL;
[
all
...]
Completed in 74 milliseconds