Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_utils.c570 …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()
589 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_find_cch_cb_indexes()
2842 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE) in bta_hl_check_cch_close()
2937 if (p_mcb->cch_oper != BTA_HL_CCH_OP_LOCAL_CLOSE) in bta_hl_check_deregistration()
2941 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_check_deregistration()
Dbta_hl_act.c2380 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE && p_mcb->force_close_local_cch_opening) in bta_hl_cch_close_cmpl()
2395 case BTA_HL_CCH_OP_LOCAL_CLOSE: in bta_hl_cch_close_cmpl()
2451 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE ) in bta_hl_cch_mca_disconnect()
Dbta_hl_int.h80 #define BTA_HL_CCH_OP_LOCAL_CLOSE 3 macro
Dbta_hl_main.c907 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_api_cch_close()