OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCA_OP_MDL_ABORT_REQ
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/include/
mca_defs.h
39
#define
MCA_OP_MDL_ABORT_REQ
0x05 /* stop waiting for a data channel connection */
/system/bt/stack/mcap/
mca_cact.c
107
if ((p_ccb->status == MCA_CCB_STAT_PENDING) && (p_msg->op_code ==
MCA_OP_MDL_ABORT_REQ
))
280
if ((p_ccb->status == MCA_CCB_STAT_PENDING) && (evt_data.hdr.op_code ==
MCA_OP_MDL_ABORT_REQ
))
391
case
MCA_OP_MDL_ABORT_REQ
:
mca_api.c
799
p_evt_data->op_code =
MCA_OP_MDL_ABORT_REQ
;
Completed in 505 milliseconds