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.c512 p_mcb->cch_oper = BTA_HL_CCH_OP_REMOTE_OPEN; in bta_hl_find_cch_cb_indexes()
533 …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()
535 p_mcb->cch_oper = BTA_HL_CCH_OP_REMOTE_CLOSE; in bta_hl_find_cch_cb_indexes()
550 …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()
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()
2339 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_OPEN; in bta_hl_cch_close_cmpl()
2343 switch (p_mcb->cch_oper) in bta_hl_cch_close_cmpl()
2408 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE ) in bta_hl_cch_mca_disconnect()
2491 switch (p_mcb->cch_oper) in bta_hl_cch_mca_connect()
2511 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.h503 UINT8 cch_oper; member
/system/bt/btif/include/
Dbtif_hl.h217 btif_hl_cch_op_t cch_oper; member
/system/bt/btif/src/
Dbtif_hl.c736 p_mcb->cch_oper = BTIF_HL_CCH_OP_DCH_OPEN; in btif_hl_dch_open()
842 p_mcb->cch_oper = BTIF_HL_CCH_OP_MDEP_FILTERING; in btif_hl_cch_open()
846 p_mcb->cch_oper = BTIF_HL_CCH_OP_MATCHED_CTRL_PSM; in btif_hl_cch_open()
2268 if (p_mcb->cch_oper != BTIF_HL_CCH_OP_NONE) in btif_hl_proc_sdp_query_cfm()
2271 old_cch_oper = p_mcb->cch_oper; in btif_hl_proc_sdp_query_cfm()
2272 p_mcb->cch_oper = BTIF_HL_CCH_OP_NONE; in btif_hl_proc_sdp_query_cfm()
3306 if ( (p_mcb->cch_oper == BTIF_HL_CCH_OP_MDEP_FILTERING) || in btif_hl_upstreams_evt()
3307 (p_mcb->cch_oper == BTIF_HL_CCH_OP_DCH_OPEN) ) in btif_hl_upstreams_evt()
3885 p_mcb->cch_oper = BTIF_HL_CCH_OP_MDEP_FILTERING; in connect_channel()