Searched refs:cfg_info (Results 1 – 2 of 2) sorted by relevance
279 tL2CAP_CFG_INFO cfg_info; in process_l2cap_cmd() local280 memset(&cfg_info, 0, sizeof(cfg_info)); in process_l2cap_cmd()459 STREAM_TO_UINT16(cfg_info.flags, p); in process_l2cap_cmd()463 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()464 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()475 cfg_info.mtu_present = true; in process_l2cap_cmd()484 STREAM_TO_UINT16(cfg_info.mtu, p); in process_l2cap_cmd()488 cfg_info.flush_to_present = true; in process_l2cap_cmd()497 STREAM_TO_UINT16(cfg_info.flush_to, p); in process_l2cap_cmd()501 cfg_info.qos_present = true; in process_l2cap_cmd()[all …]
865 tL2CAP_CFG_INFO cfg_info = tL2CAP_CFG_INFO{.mtu = 512}; in ConnectSocket()874 &cfg_info, nullptr, BTM_SEC_NONE /* TODO: request security ? */, in ConnectSocket()