OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tL2CA_ECHO_RSP_CB
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/include/
l2c_api.h
249
typedef void (
tL2CA_ECHO_RSP_CB
) (UINT16);
504
L2C_API extern BOOLEAN L2CA_Ping (BD_ADDR p_bd_addr,
tL2CA_ECHO_RSP_CB
*p_cb);
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h
396
tL2CA_ECHO_RSP_CB
*p_echo_rsp_cb; /* Echo response callback */
[
all
...]
l2c_api.c
585
BOOLEAN L2CA_Ping (BD_ADDR p_bd_addr,
tL2CA_ECHO_RSP_CB
*p_callback)
[
all
...]
l2c_link.c
540
tL2CA_ECHO_RSP_CB
*p_cb = p_lcb->p_echo_rsp_cb;
[
all
...]
l2c_main.c
689
tL2CA_ECHO_RSP_CB
*p_cb = p_lcb->p_echo_rsp_cb;
[
all
...]
l2c_utils.c
213
tL2CA_ECHO_RSP_CB
*p_cb = p_lcb->p_echo_rsp_cb;
[
all
...]
Completed in 3046 milliseconds