Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c313 case L2CEVT_SEC_RE_SEND_CMD: /* BTM has enough info to proceed */ in l2c_csm_orig_w4_sec_comp()
460 case L2CEVT_SEC_RE_SEND_CMD: /* BTM has enough info to proceed */ in l2c_csm_term_w4_sec_comp()
1200 case L2CEVT_SEC_RE_SEND_CMD: in l2c_csm_get_event_name()
Dl2c_ucd.c928 case L2CEVT_SEC_RE_SEND_CMD: /* BTM has enough info to proceed */ in l2c_ucd_process_event()
1014 case L2CEVT_SEC_RE_SEND_CMD: /* BTM has enough info to proceed */ in l2c_ucd_process_event()
Dl2c_utils.c2585 l2c_csm_execute (p_ccb, L2CEVT_SEC_RE_SEND_CMD, NULL); in l2cu_resubmit_pending_sec_req()
2598 l2c_csm_execute (p_ccb, L2CEVT_SEC_RE_SEND_CMD, NULL); in l2cu_resubmit_pending_sec_req()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h147 #define L2CEVT_SEC_RE_SEND_CMD 33 /* btm_sec has enough info to proceed */ macro