Lines Matching refs:Create

120 …ConnectionManagementCommandView::Create(AclCommandView::Create(CommandView::Create(PacketView<kLit…  in ConnectionCommand()
127 GET_CONNECTION(AuthenticationRequestedView::Create(command_view)); in ConnectionCommand()
132 auto view = DisconnectView::Create(command_view); in ConnectionCommand()
138 auto view = ChangeConnectionPacketTypeView::Create(command_view); in ConnectionCommand()
144 auto view = SetConnectionEncryptionView::Create(command_view); in ConnectionCommand()
150 GET_CONNECTION(ChangeConnectionLinkKeyView::Create(command_view)); in ConnectionCommand()
155 GET_CONNECTION(ReadClockOffsetView::Create(command_view)); in ConnectionCommand()
160 auto view = HoldModeView::Create(command_view); in ConnectionCommand()
166 auto view = SniffModeView::Create(command_view); in ConnectionCommand()
173 GET_CONNECTION(ExitSniffModeView::Create(command_view)); in ConnectionCommand()
178 GET_CONNECTION(FlushView::Create(command_view)); in ConnectionCommand()
183 GET_CONNECTION(ReadAutomaticFlushTimeoutView::Create(command_view)); in ConnectionCommand()
188 auto view = WriteAutomaticFlushTimeoutView::Create(command_view); in ConnectionCommand()
194 auto view = ReadTransmitPowerLevelView::Create(command_view); in ConnectionCommand()
200 GET_CONNECTION(ReadLinkSupervisionTimeoutView::Create(command_view)); in ConnectionCommand()
205 auto view = WriteLinkSupervisionTimeoutView::Create(command_view); in ConnectionCommand()
211 GET_CONNECTION(ReadFailedContactCounterView::Create(command_view)); in ConnectionCommand()
216 GET_CONNECTION(ResetFailedContactCounterView::Create(command_view)); in ConnectionCommand()
221 GET_CONNECTION(ReadLinkQualityView::Create(command_view)); in ConnectionCommand()
226 GET_CONNECTION(ReadAfhChannelMapView::Create(command_view)); in ConnectionCommand()
231 GET_CONNECTION(ReadRssiView::Create(command_view)); in ConnectionCommand()
236 auto view = ReadClockView::Create(command_view); in ConnectionCommand()
242 GET_CONNECTION(ReadRemoteVersionInformationView::Create(command_view)); in ConnectionCommand()
247 GET_CONNECTION(ReadRemoteSupportedFeaturesView::Create(command_view)); in ConnectionCommand()
252 GET_CONNECTION(ReadRemoteExtendedFeaturesView::Create(command_view)); in ConnectionCommand()
356 …ConnectionCompleteBuilder::Create(ErrorCode::SUCCESS, handle, addr, LinkType::ACL, Enable::DISABLE… in OnConnectSuccess()
365 ConnectionCompleteBuilder::Create(reason, 0, address, LinkType::ACL, Enable::DISABLED); in OnConnectFail()
519 DisconnectionCompleteBuilder::Create(ErrorCode::SUCCESS, handle_, reason); in OnDisconnection()