Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_csm.c76 case CST_ORIG_W4_SEC_COMP: in l2c_csm_execute()
174 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_csm_closed()
180 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_csm_closed()
200 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_csm_closed()
224 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_csm_closed()
Dl2c_ucd.c771 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_ucd_check_pending_out_sec_q()
994 case CST_ORIG_W4_SEC_COMP: in l2c_ucd_process_event()
Dl2c_int.h74 CST_ORIG_W4_SEC_COMP, /* Originator waits security clearence */ enumerator
Dl2c_link.c697 … if ( (p_ccb->chnl_state == CST_ORIG_W4_SEC_COMP) || (p_ccb->chnl_state == CST_TERM_W4_SEC_COMP) ) in l2c_info_resp_timer_timeout()