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

  /external/bluetooth/bluedroid/bta/hl/
bta_hl_int.h 652 extern void bta_hl_dch_mca_close_cfm(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx,
    [all...]
bta_hl_main.c 64 BTA_HL_DCH_MCA_CLOSE_CFM,
100 bta_hl_dch_mca_close_cfm,
181 /* BTA_HL_MCA_CLOSE_CFM_EVT */ {BTA_HL_DCH_MCA_CLOSE_CFM, BTA_HL_DCH_CLOSING_ST},
216 /* BTA_HL_MCA_CLOSE_CFM_EVT */ {BTA_HL_DCH_MCA_CLOSE_CFM, BTA_HL_DCH_CLOSING_ST},
252 /* BTA_HL_MCA_CLOSE_CFM_EVT */ {BTA_HL_DCH_MCA_CLOSE_CFM, BTA_HL_DCH_CLOSING_ST},
    [all...]
bta_hl_act.c 771 ** Function bta_hl_dch_mca_close_cfm
778 void bta_hl_dch_mca_close_cfm(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, function
786 APPL_TRACE_DEBUG("bta_hl_dch_mca_close_cfm dch_oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper) );
788 APPL_TRACE_DEBUG("bta_hl_dch_mca_close_cfm dch_oper=%d", p_dcb->dch_oper);
    [all...]

Completed in 213 milliseconds