Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c205 case L2CEVT_SEC_COMP: in l2c_csm_closed()
319 case L2CEVT_SEC_COMP: /* Security completed success */ in l2c_csm_orig_w4_sec_comp()
398 case L2CEVT_SEC_COMP: in l2c_csm_term_w4_sec_comp()
1152 case L2CEVT_SEC_COMP: /* Security cleared successfully */ in l2c_csm_get_event_name()
Dl2c_ucd.c935 case L2CEVT_SEC_COMP: /* Security completed success */ in l2c_ucd_process_event()
980 case L2CEVT_SEC_COMP: in l2c_ucd_process_event()
Dl2c_link.c318 event = L2CEVT_SEC_COMP; in l2c_link_sec_comp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h119 #define L2CEVT_SEC_COMP 7 /* Security cleared successfully */ macro