Searched refs:L2CA_ConfigRsp (Results 1 – 7 of 7) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | l2c_api.h | 335 #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/ |
D | sdp_main.c | 364 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/ |
D | rfc_mx_fsm.c | 630 L2CA_ConfigRsp (p_mcb->lcid, p_cfg); in rfc_mx_conf_ind()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
D | l2cap_client.c | 257 if (!L2CA_ConfigRsp(local_channel_id, &response)) { in config_request_cb()
|
D | l2c_api.c | 521 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigRsp() function
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 774 L2CA_ConfigRsp(lcid, p_cfg); in gatt_l2cif_config_ind_cback()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/ |
D | hidh_conn.c | 454 L2CA_ConfigRsp (l2cap_cid, p_cfg); in hidh_l2cif_config_ind()
|