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()479 STREAM_TO_UINT16(cfg_info.flags, p); 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()507 STREAM_TO_UINT16(cfg_info.mtu, p); in process_l2cap_cmd()511 cfg_info.flush_to_present = true; in process_l2cap_cmd()520 STREAM_TO_UINT16(cfg_info.flush_to, p); in process_l2cap_cmd()524 cfg_info.qos_present = true; 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()