Searched refs:l2cap_cfg (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/hid/ |
D | hidh_conn.cc | 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() 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()
|
D | hidd_int.h | 52 tL2CAP_CFG_INFO l2cap_cfg; member
|
D | hidd_conn.cc | 123 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg); in hidd_sec_check_complete() 161 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg); in hidd_sec_check_complete_orig() 435 L2CA_ConfigReq(cid, &hd_cb.l2cap_cfg); in hidd_l2cif_config_cfm() 752 memset(&hd_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg() 754 hd_cb.l2cap_cfg.mtu_present = TRUE; in hidd_conn_reg() 755 hd_cb.l2cap_cfg.mtu = HID_DEV_MTU_SIZE; in hidd_conn_reg() 756 hd_cb.l2cap_cfg.flush_to_present = TRUE; in hidd_conn_reg() 757 hd_cb.l2cap_cfg.flush_to = HID_DEV_FLUSH_TO; in hidd_conn_reg()
|
D | hidh_int.h | 51 tL2CAP_CFG_INFO l2cap_cfg; member
|