Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c73 case CST_ORIG_W4_SEC_COMP: in l2c_csm_execute()
165 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_csm_closed()
201 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_csm_closed()
Dl2c_ucd.c711 p_ccb->chnl_state = CST_ORIG_W4_SEC_COMP; in l2c_ucd_check_pending_out_sec_q()
926 case CST_ORIG_W4_SEC_COMP: in l2c_ucd_process_event()
Dl2c_link.c688 …if ( (p_ccb->chnl_state == CST_ORIG_W4_SEC_COMP) || (p_ccb->chnl_state == CST_TERM_W4_SEC_COMP) ) { in l2c_info_timeout()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h84 CST_ORIG_W4_SEC_COMP, /* Originator waits security clearence */ enumerator