Home
last modified time | relevance | path

Searched refs:L2CEVT_L2CA_DISCONNECT_REQ (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c267 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper wants to disconnect */ in l2c_csm_closed()
352 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper wants to disconnect */ in l2c_csm_orig_w4_sec_comp()
439 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper wants to disconnect */ in l2c_csm_term_w4_sec_comp()
535 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper wants to disconnect */ in l2c_csm_w4_l2cap_connect_rsp()
628 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper wants to disconnect */ in l2c_csm_w4_l2ca_connect_rsp()
828 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper wants to disconnect */ in l2c_csm_config()
976 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper wants to disconnect */ in l2c_csm_open()
1108 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper disconnect request */ in l2c_csm_w4_l2ca_disconnect_rsp()
1190 case L2CEVT_L2CA_DISCONNECT_REQ: /* Upper layer disconnect request */ in l2c_csm_get_event_name()
Dl2c_api.c141 l2c_csm_execute (p_ccb, L2CEVT_L2CA_DISCONNECT_REQ, NULL); in L2CA_Deregister()
580 l2c_csm_execute (p_ccb, L2CEVT_L2CA_DISCONNECT_REQ, NULL); in L2CA_DisconnectReq()
1416 l2c_csm_execute(p_ccb, L2CEVT_L2CA_DISCONNECT_REQ, NULL); in L2CA_DeregisterLECoc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h140 #define L2CEVT_L2CA_DISCONNECT_REQ 27 /* Upper layer disconnect request */ macro