Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c748 case L2CEVT_L2CAP_CONFIG_RSP_NEG: /* Peer config error rsp */ in l2c_csm_config()
1169 case L2CEVT_L2CAP_CONFIG_RSP_NEG: /* Peer configuration response (failed) */ in l2c_csm_get_event_name()
Dl2c_main.c659 l2c_csm_execute (p_ccb, L2CEVT_L2CAP_CONFIG_RSP_NEG, &cfg_info); in process_l2cap_cmd()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h128 #define L2CEVT_L2CAP_CONFIG_RSP_NEG 16 /* Peer configuration response (failed) */ macro