Home
last modified time | relevance | path

Searched refs:BTA_HL_DCH_OP_NONE (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_act.c598 case BTA_HL_DCH_OP_NONE: in bta_hl_dch_close_cmpl()
799 case BTA_HL_DCH_OP_NONE: in bta_hl_dch_mca_close_cfm()
884 UINT8 old_dch_oper = BTA_HL_DCH_OP_NONE; in bta_hl_dch_mca_open_ind()
920 p_dcb->dch_oper = BTA_HL_DCH_OP_NONE; in bta_hl_dch_mca_open_ind()
991 UINT8 old_dch_oper = BTA_HL_DCH_OP_NONE; in bta_hl_dch_mca_open_cfm()
1032 p_dcb->dch_oper = BTA_HL_DCH_OP_NONE; in bta_hl_dch_mca_open_cfm()
2771 case BTA_HL_DCH_OP_NONE: in bta_hl_dch_oper_code()
Dbta_hl_int.h88 #define BTA_HL_DCH_OP_NONE 0 macro