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

  /external/bluetooth/bluedroid/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_DEBUG1("bta_hl_dch_close_cmpl dch oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
556 APPL_TRACE_DEBUG1("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_ERROR1("DCH operation not found oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
657 APPL_TRACE_ERROR1("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_DEBUG1("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 455 tBTA_HL_DCH_OPER dch_oper; member in struct:__anon3023
    [all...]
bta_hl_utils.c     [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 165 btif_hl_dch_op_t dch_oper; member in struct:__anon3354

Completed in 33 milliseconds