Searched refs:L2CA_ConfigRsp (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | l2c_api.h | 336 #define L2CA_CONFIG_RSP(a,b) L2CA_ConfigRsp(a,b) 478 extern BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 427 L2CA_ConfigRsp (l2cap_cid, p_cfg); in sdp_config_ind() 435 L2CA_ConfigRsp (l2cap_cid, p_cfg); in sdp_config_ind()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/ |
D | avct_l2c.c | 288 L2CA_ConfigRsp(lcid, p_cfg); in avct_l2c_config_ind_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_l2c.c | 386 L2CA_ConfigRsp(lcid, p_cfg); in avdt_l2c_config_ind_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_mx_fsm.c | 666 L2CA_ConfigRsp (p_mcb->lcid, p_cfg); in rfc_mx_conf_ind()
|
/hal_espressif-latest/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
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 298 L2CA_ConfigRsp(cid, p_cfg); in hidd_l2cif_config_ind()
|
D | hidh_conn.c | 456 L2CA_ConfigRsp (l2cap_cid, p_cfg); in hidh_l2cif_config_ind()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 775 L2CA_ConfigRsp(lcid, p_cfg); in gatt_l2cif_config_ind_cback()
|