Home
last modified time | relevance | path

Searched refs:L2CA_ConfigRsp (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h335 #define L2CA_CONFIG_RSP(a,b) L2CA_ConfigRsp(a,b)
477 extern BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c364 L2CA_ConfigRsp (l2cap_cid, p_cfg); in sdp_config_ind()
372 L2CA_ConfigRsp (l2cap_cid, p_cfg); in sdp_config_ind()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c630 L2CA_ConfigRsp (p_mcb->lcid, p_cfg); in rfc_mx_conf_ind()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c257 if (!L2CA_ConfigRsp(local_channel_id, &response)) { in config_request_cb()
Dl2c_api.c521 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigRsp() function
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c774 L2CA_ConfigRsp(lcid, p_cfg); in gatt_l2cif_config_ind_cback()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/
Dhidh_conn.c454 L2CA_ConfigRsp (l2cap_cid, p_cfg); in hidh_l2cif_config_ind()