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

  /external/bluetooth/bluedroid/bta/hl/
bta_hl_int.h 654 extern void bta_hl_dch_mca_close_ind(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx,
    [all...]
bta_hl_main.c 65 BTA_HL_DCH_MCA_CLOSE_IND,
101 bta_hl_dch_mca_close_ind,
180 /* BTA_HL_MCA_CLOSE_IND_EVT */ {BTA_HL_DCH_MCA_CLOSE_IND, BTA_HL_DCH_CLOSING_ST},
215 /* BTA_HL_MCA_CLOSE_IND_EVT */ {BTA_HL_DCH_MCA_CLOSE_IND, BTA_HL_DCH_CLOSING_ST},
    [all...]
bta_hl_act.c 728 ** Function bta_hl_dch_mca_close_ind
735 void bta_hl_dch_mca_close_ind(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, function
742 APPL_TRACE_DEBUG("bta_hl_dch_mca_close_ind dch oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
744 APPL_TRACE_DEBUG("bta_hl_dch_mca_close_ind dch oper=%d", p_dcb->dch_oper);
    [all...]

Completed in 2979 milliseconds