Lines Matching refs:l2cap_cfg
92 memset(&hh_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidh_conn_reg()
94 hh_cb.l2cap_cfg.mtu_present = true; in hidh_conn_reg()
95 hh_cb.l2cap_cfg.mtu = HID_HOST_MTU; in hidh_conn_reg()
96 hh_cb.l2cap_cfg.flush_to_present = true; in hidh_conn_reg()
97 hh_cb.l2cap_cfg.flush_to = HID_HOST_FLUSH_TO; in hidh_conn_reg()
101 false /* enable_snoop */, nullptr, hh_cb.l2cap_cfg.mtu)) { in hidh_conn_reg()
106 false /* enable_snoop */, nullptr, hh_cb.l2cap_cfg.mtu)) { in hidh_conn_reg()
180 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_term()
284 L2CA_ConfigReq(l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_ind()
345 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_orig()
439 L2CA_ConfigReq(l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_cfm()