Searched refs:L2CA_ConfigReq (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 215 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_ind() 220 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_connect_ind() 267 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_cfm() 272 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_connect_cfm() 435 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_config_cfm()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_l2c.c | 113 L2CA_ConfigReq(p_tbl->lcid, &cfg); in avdt_sec_check_complete_term() 157 L2CA_ConfigReq(p_tbl->lcid, &cfg); in avdt_sec_check_complete_orig() 254 L2CA_ConfigReq(lcid, &cfg); in avdt_l2c_connect_ind_cback() 292 L2CA_ConfigReq(lcid, &cfg); in avdt_l2c_connect_cfm_cback()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 104 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg); in hidd_sec_check_complete() 136 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg); in hidd_sec_check_complete_orig() 217 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_ind() 262 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_cfm() 343 L2CA_ConfigReq(cid, &new_qos); in hidd_l2cif_config_cfm() 348 L2CA_ConfigReq(cid, &hd_cb.l2cap_cfg); in hidd_l2cif_config_cfm()
|
D | hidh_conn.c | 179 L2CA_ConfigReq (p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_term() 273 L2CA_ConfigReq (l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_ind() 320 L2CA_ConfigReq (p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_orig() 408 L2CA_ConfigReq (l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_cfm()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avct/ |
D | avct_l2c.c | 150 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_connect_ind_cback() 191 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_connect_cfm_cback()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/ |
D | l2c_api.h | 334 #define L2CA_CONFIG_REQ(a,b) L2CA_ConfigReq(a,b) 465 extern BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 646 L2CA_ConfigReq(lcid, &cfg); in gatt_l2cif_connect_ind_cback() 681 L2CA_ConfigReq(lcid, &cfg); in gatt_l2cif_connect_cfm_cback()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_mx_fsm.c | 565 L2CA_ConfigReq (p_mcb->lcid, &cfg); in rfc_mx_send_config_req()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2cap_client.c | 218 if (!L2CA_ConfigReq(local_channel_id, &desired_parameters)) { in connect_completed_cb()
|
D | l2c_api.c | 471 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigReq() function
|