HomeSort by relevance Sort by last modified time
    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 106 if ((p_ccb->status == MCA_CCB_STAT_PENDING) && (p_msg->op_code == MCA_OP_MDL_ABORT_REQ))
284 if ((p_ccb->status == MCA_CCB_STAT_PENDING) && (evt_data.hdr.op_code == MCA_OP_MDL_ABORT_REQ))
395 case MCA_OP_MDL_ABORT_REQ:
mca_api.c 811 p_evt_data->op_code = MCA_OP_MDL_ABORT_REQ;
    [all...]

Completed in 169 milliseconds