OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_JV_L2CAP_CBACK
(Results
1 - 4
of
4
) sorted by null
/system/bt/bta/include/
bta_jv_api.h
135
/* events received by
tBTA_JV_L2CAP_CBACK
*/
419
typedef void (
tBTA_JV_L2CAP_CBACK
)(tBTA_JV_EVT event, tBTA_JV *p_data, void *user_Data);
565
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_CL_INIT_EVT
567
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_OPEN_EVT
576
BD_ADDR peer_bd_addr,
tBTA_JV_L2CAP_CBACK
*p_cback, void *user_data);
585
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_CL_INIT_EVT
587
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_OPEN_EVT
596
BD_ADDR peer_bd_addr,
tBTA_JV_L2CAP_CBACK
*p_cback, void *user_data);
629
** is started successfully,
tBTA_JV_L2CAP_CBACK
is called with
631
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_OPEN_EVT
[
all
...]
/system/bt/bta/jv/
bta_jv_int.h
123
tBTA_JV_L2CAP_CBACK
*p_cback; /* the callback function */
179
tBTA_JV_L2CAP_CBACK
*p_cback;
198
tBTA_JV_L2CAP_CBACK
*p_cback;
216
tBTA_JV_L2CAP_CBACK
*p_cback;
241
tBTA_JV_L2CAP_CBACK
*p_cback;
bta_jv_api.c
324
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_CL_INIT_EVT
326
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_OPEN_EVT
335
BD_ADDR peer_bd_addr,
tBTA_JV_L2CAP_CBACK
*p_cback, void *user_data)
380
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_CL_INIT_EVT
382
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_OPEN_EVT
391
BD_ADDR peer_bd_addr,
tBTA_JV_L2CAP_CBACK
*p_cback, void *user_data)
493
** is started successfully,
tBTA_JV_L2CAP_CBACK
is called with
495
**
tBTA_JV_L2CAP_CBACK
is called with BTA_JV_L2CAP_OPEN_EVT.
503
tBTA_JV_L2CAP_CBACK
*p_cback, void *user_data)
545
** is started successfully,
tBTA_JV_L2CAP_CBACK
is called wit
[
all
...]
bta_jv_act.c
57
tBTA_JV_L2CAP_CBACK
*p_cback;
[
all
...]
Completed in 353 milliseconds