Home
last modified time | relevance | path

Searched refs:L2CA_ConfigReq (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_l2c.c113 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-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c278 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_ind()
283 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_connect_ind()
330 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_cfm()
335 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_connect_cfm()
506 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_config_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c104 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()
264 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_cfm()
346 L2CA_ConfigReq(cid, &new_qos); in hidd_l2cif_config_cfm()
351 L2CA_ConfigReq(cid, &hd_cb.l2cap_cfg); in hidd_l2cif_config_cfm()
Dhidh_conn.c180 L2CA_ConfigReq (p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_term()
274 L2CA_ConfigReq (l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_ind()
321 L2CA_ConfigReq (p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_orig()
409 L2CA_ConfigReq (l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_l2c.c150 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_connect_ind_cback()
191 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_connect_cfm_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h335 #define L2CA_CONFIG_REQ(a,b) L2CA_ConfigReq(a,b)
466 extern BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c647 L2CA_ConfigReq(lcid, &cfg); in gatt_l2cif_connect_ind_cback()
682 L2CA_ConfigReq(lcid, &cfg); in gatt_l2cif_connect_cfm_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c599 L2CA_ConfigReq (p_mcb->lcid, &cfg); in rfc_mx_send_config_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c218 if (!L2CA_ConfigReq(local_channel_id, &desired_parameters)) { in connect_completed_cb()
Dl2c_api.c471 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigReq() function