Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_csm.c73 case CST_ORIG_W4_SEC_COMP: in l2c_csm_execute()
168 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_csm_closed()
209 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_csm_closed()
Dl2c_ucd.c764 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_ucd_check_pending_out_sec_q()
1005 case CST_ORIG_W4_SEC_COMP: in l2c_ucd_process_event()
Dl2c_int.h69 CST_ORIG_W4_SEC_COMP, /* Originator waits security clearence */ enumerator
Dl2c_link.c658 … if ( (p_ccb->chnl_state == CST_ORIG_W4_SEC_COMP) || (p_ccb->chnl_state == CST_TERM_W4_SEC_COMP) ) in l2c_info_timeout()