Searched refs:cfg_info (Results 1 – 2 of 2) sorted by relevance
253 tL2CAP_CFG_INFO cfg_info; in process_l2cap_cmd() local254 memset(&cfg_info, 0, sizeof(cfg_info)); in process_l2cap_cmd()264 (cfg_info.fcr.mode == L2CAP_FCR_BASIC_MODE || in process_l2cap_cmd()265 cfg_info.fcr.mode == L2CAP_FCR_ERTM_MODE) && in process_l2cap_cmd()468 STREAM_TO_UINT16(cfg_info.flags, p); in process_l2cap_cmd()472 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()473 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()487 cfg_info.mtu_present = true; in process_l2cap_cmd()494 STREAM_TO_UINT16(cfg_info.mtu, p); in process_l2cap_cmd()498 cfg_info.flush_to_present = true; in process_l2cap_cmd()[all …]
1092 tL2CAP_CFG_INFO cfg_info = tL2CAP_CFG_INFO{.mtu = 512}; in ConnectSocket()1103 &cfg_info, nullptr, BTM_SEC_NONE /* TODO: request security ? */, in ConnectSocket()