HomeSort by relevance Sort by last modified time
    Searched refs:dch_oper (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/hl/
bta_hl_act.c 159 if (p_dcb->dch_oper == BTA_HL_DCH_OP_LOCAL_OPEN )
207 p_dcb->dch_oper = BTA_HL_DCH_OP_LOCAL_CLOSE_ECHO_TEST;
554 APPL_TRACE_DEBUG("bta_hl_dch_close_cmpl dch oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
556 APPL_TRACE_DEBUG("bta_hl_dch_close_cmpl dch oper=%d", p_dcb->dch_oper);
560 switch (p_dcb->dch_oper)
588 if (p_dcb->dch_oper == BTA_HL_DCH_OP_LOCAL_RECONNECT)
655 APPL_TRACE_ERROR("DCH operation not found oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
657 APPL_TRACE_ERROR("DCH operation not found oper=%d", p_dcb->dch_oper);
669 if ( p_dcb->dch_oper != BTA_HL_DCH_OP_LOCAL_CLOSE_ECHO_TEST)
741 APPL_TRACE_DEBUG("bta_hl_dch_mca_close_ind dch oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
    [all...]
bta_hl_main.c     [all...]
bta_hl_int.h 454 tBTA_HL_DCH_OPER dch_oper; member in struct:__anon68767
    [all...]
bta_hl_utils.c     [all...]
  /system/bt/btif/include/
btif_hl.h 165 btif_hl_dch_op_t dch_oper; member in struct:__anon69136

Completed in 70 milliseconds