Home
last modified time | relevance | path

Searched refs:l2cap_cfg (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c93 memset(&hh_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidh_conn_reg()
95 hh_cb.l2cap_cfg.mtu_present = TRUE; in hidh_conn_reg()
96 hh_cb.l2cap_cfg.mtu = HID_HOST_MTU; in hidh_conn_reg()
97 hh_cb.l2cap_cfg.flush_to_present = TRUE; in hidh_conn_reg()
98 hh_cb.l2cap_cfg.flush_to = HID_HOST_FLUSH_TO; in hidh_conn_reg()
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()
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()
348 L2CA_ConfigReq(cid, &hd_cb.l2cap_cfg); in hidd_l2cif_config_cfm()
588 memset(&hd_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg()
589 hd_cb.l2cap_cfg.mtu_present = TRUE; in hidd_conn_reg()
590 hd_cb.l2cap_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg()
591 hd_cb.l2cap_cfg.flush_to_present = TRUE; in hidd_conn_reg()
592 hd_cb.l2cap_cfg.flush_to = HID_DEV_FLUSH_TO; in hidd_conn_reg()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h50 tL2CAP_CFG_INFO l2cap_cfg; member
105 tL2CAP_CFG_INFO l2cap_cfg; member