Home
last modified time | relevance | path

Searched refs:cch_oper (Results 1 – 6 of 6) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_utils.c548 p_mcb->cch_oper = BTA_HL_CCH_OP_REMOTE_OPEN; in bta_hl_find_cch_cb_indexes()
569 …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()
571 p_mcb->cch_oper = BTA_HL_CCH_OP_REMOTE_CLOSE; in bta_hl_find_cch_cb_indexes()
586 …if ((p_mcb->cch_oper != BTA_HL_CCH_OP_REMOTE_CLOSE) && (p_mcb->cch_oper != BTA_HL_CCH_OP_LOCAL_OPE… in bta_hl_find_cch_cb_indexes()
588 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_find_cch_cb_indexes()
2844 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE) in bta_hl_check_cch_close()
2939 if (p_mcb->cch_oper != BTA_HL_CCH_OP_LOCAL_CLOSE) in bta_hl_check_deregistration()
2943 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()
2382 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_OPEN; in bta_hl_cch_close_cmpl()
2386 switch (p_mcb->cch_oper) in bta_hl_cch_close_cmpl()
2451 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE ) in bta_hl_cch_mca_disconnect()
2534 switch (p_mcb->cch_oper) in bta_hl_cch_mca_connect()
2554 p_mcb->cch_oper = BTA_HL_CCH_OP_NONE; in bta_hl_cch_mca_connect()
Dbta_hl_main.c818 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_OPEN; in bta_hl_api_cch_open()
908 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_api_cch_close()
Dbta_hl_int.h506 UINT8 cch_oper; member
/system/bt/btif/include/
Dbtif_hl.h213 btif_hl_cch_op_t cch_oper; member
/system/bt/btif/src/
Dbtif_hl.c837 p_mcb->cch_oper = BTIF_HL_CCH_OP_DCH_OPEN; in btif_hl_dch_open()
942 p_mcb->cch_oper = BTIF_HL_CCH_OP_MDEP_FILTERING; in btif_hl_cch_open()
946 p_mcb->cch_oper = BTIF_HL_CCH_OP_MATCHED_CTRL_PSM; in btif_hl_cch_open()
2379 if (p_mcb->cch_oper != BTIF_HL_CCH_OP_NONE) in btif_hl_proc_sdp_query_cfm()
2382 old_cch_oper = p_mcb->cch_oper; in btif_hl_proc_sdp_query_cfm()
2383 p_mcb->cch_oper = BTIF_HL_CCH_OP_NONE; in btif_hl_proc_sdp_query_cfm()
3433 if ( (p_mcb->cch_oper == BTIF_HL_CCH_OP_MDEP_FILTERING) || in btif_hl_upstreams_evt()
3434 (p_mcb->cch_oper == BTIF_HL_CCH_OP_DCH_OPEN) ) in btif_hl_upstreams_evt()
4013 p_mcb->cch_oper = BTIF_HL_CCH_OP_MDEP_FILTERING; in connect_channel()