Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c678 case L2CEVT_L2CAP_CONFIG_REQ: /* Peer config request */ in l2c_csm_config()
924 case L2CEVT_L2CAP_CONFIG_REQ: /* Peer config request */ in l2c_csm_open()
1165 case L2CEVT_L2CAP_CONFIG_REQ: /* Peer configuration request */ in l2c_csm_get_event_name()
Dl2c_main.c580 l2c_csm_execute (p_ccb, L2CEVT_L2CAP_CONFIG_REQ, &cfg_info); in process_l2cap_cmd()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h126 #define L2CEVT_L2CAP_CONFIG_REQ 14 /* Peer configuration request */ macro