Searched refs:cfg_info (Results 1 – 3 of 3) sorted by relevance
280 tL2CAP_CFG_INFO cfg_info; in process_l2cap_cmd() local281 memset(&cfg_info, 0, sizeof(cfg_info)); in process_l2cap_cmd()483 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()484 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()498 cfg_info.mtu_present = true; in process_l2cap_cmd()524 cfg_info.qos_present = true; in process_l2cap_cmd()543 cfg_info.fcr_present = true; in process_l2cap_cmd()561 cfg_info.fcs_present = true; in process_l2cap_cmd()638 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()639 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()[all …]
192 tL2CAP_CFG_INFO cfg_info{}; in on_channel_open() local195 base::Unretained(&cfg_info))); in on_channel_open()204 tL2CAP_CFG_INFO cfg_info{}; in on_channel_open() local207 base::Unretained(&cfg_info))); in on_channel_open()
869 tL2CAP_CFG_INFO cfg_info = tL2CAP_CFG_INFO{.mtu = 512}; in ConnectSocket()878 &cfg_info, nullptr, BTM_SEC_NONE /* TODO: request security ? */, in ConnectSocket()