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 160 if (p_dcb->dch_oper == BTA_HL_DCH_OP_LOCAL_OPEN )
208 p_dcb->dch_oper = BTA_HL_DCH_OP_LOCAL_CLOSE_ECHO_TEST;
555 APPL_TRACE_DEBUG("bta_hl_dch_close_cmpl dch oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
557 APPL_TRACE_DEBUG("bta_hl_dch_close_cmpl dch oper=%d", p_dcb->dch_oper);
561 switch (p_dcb->dch_oper)
589 if (p_dcb->dch_oper == BTA_HL_DCH_OP_LOCAL_RECONNECT)
656 APPL_TRACE_ERROR("DCH operation not found oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
658 APPL_TRACE_ERROR("DCH operation not found oper=%d", p_dcb->dch_oper);
670 if ( p_dcb->dch_oper != BTA_HL_DCH_OP_LOCAL_CLOSE_ECHO_TEST)
742 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 455 tBTA_HL_DCH_OPER dch_oper; member in struct:__anon5281
    [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:__anon5655

Completed in 792 milliseconds