Home
last modified time | relevance | path

Searched refs:BTA_HL_CCH_OP_LOCAL_CLOSE (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_utils.c533 …if ((p_mcb->cch_oper != BTA_HL_CCH_OP_LOCAL_CLOSE) && (p_mcb->cch_oper != BTA_HL_CCH_OP_LOCAL_OPEN… in bta_hl_find_cch_cb_indexes()
552 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_find_cch_cb_indexes()
2806 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE) in bta_hl_check_cch_close()
2901 if (p_mcb->cch_oper != BTA_HL_CCH_OP_LOCAL_CLOSE) in bta_hl_check_deregistration()
2905 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_check_deregistration()
Dbta_hl_act.c2337 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE && p_mcb->force_close_local_cch_opening) in bta_hl_cch_close_cmpl()
2352 case BTA_HL_CCH_OP_LOCAL_CLOSE: in bta_hl_cch_close_cmpl()
2408 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE ) in bta_hl_cch_mca_disconnect()
Dbta_hl_int.h76 #define BTA_HL_CCH_OP_LOCAL_CLOSE 3 macro
Dbta_hl_main.c908 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_api_cch_close()