Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_utils.c550 p_mcb->cch_oper = BTA_HL_CCH_OP_REMOTE_OPEN; in bta_hl_find_cch_cb_indexes()
571 …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()
573 p_mcb->cch_oper = BTA_HL_CCH_OP_REMOTE_CLOSE; in bta_hl_find_cch_cb_indexes()
588 …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()
590 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_find_cch_cb_indexes()
2850 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE) in bta_hl_check_cch_close()
2945 if (p_mcb->cch_oper != BTA_HL_CCH_OP_LOCAL_CLOSE) in bta_hl_check_deregistration()
2949 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_check_deregistration()
Dbta_hl_act.c2381 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE && p_mcb->force_close_local_cch_opening) in bta_hl_cch_close_cmpl()
2383 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_OPEN; in bta_hl_cch_close_cmpl()
2387 switch (p_mcb->cch_oper) in bta_hl_cch_close_cmpl()
2452 if (p_mcb->cch_oper == BTA_HL_CCH_OP_LOCAL_CLOSE ) in bta_hl_cch_mca_disconnect()
2535 switch (p_mcb->cch_oper) in bta_hl_cch_mca_connect()
2555 p_mcb->cch_oper = BTA_HL_CCH_OP_NONE; in bta_hl_cch_mca_connect()
Dbta_hl_main.c819 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_OPEN; in bta_hl_api_cch_open()
909 p_mcb->cch_oper = BTA_HL_CCH_OP_LOCAL_CLOSE; in bta_hl_api_cch_close()
Dbta_hl_int.h507 UINT8 cch_oper; member
/external/bluetooth/bluedroid/btif/include/
Dbtif_hl.h213 btif_hl_cch_op_t cch_oper; member
/external/bluetooth/bluedroid/btif/src/
Dbtif_hl.c825 p_mcb->cch_oper = BTIF_HL_CCH_OP_DCH_OPEN; in btif_hl_dch_open()
930 p_mcb->cch_oper = BTIF_HL_CCH_OP_MDEP_FILTERING; in btif_hl_cch_open()
934 p_mcb->cch_oper = BTIF_HL_CCH_OP_MATCHED_CTRL_PSM; in btif_hl_cch_open()
2372 if (p_mcb->cch_oper != BTIF_HL_CCH_OP_NONE) in btif_hl_proc_sdp_query_cfm()
2375 old_cch_oper = p_mcb->cch_oper; in btif_hl_proc_sdp_query_cfm()
2376 p_mcb->cch_oper = BTIF_HL_CCH_OP_NONE; in btif_hl_proc_sdp_query_cfm()
3447 if ( (p_mcb->cch_oper == BTIF_HL_CCH_OP_MDEP_FILTERING) || in btif_hl_upstreams_evt()
3448 (p_mcb->cch_oper == BTIF_HL_CCH_OP_DCH_OPEN) ) in btif_hl_upstreams_evt()
4027 p_mcb->cch_oper = BTIF_HL_CCH_OP_MDEP_FILTERING; in connect_channel()