C/C++ API Reference
Loading...
Searching...
No Matches
Deprecated List
Class pw::async2::CoroOrElseTask
Use FallibleCoroTask instead.
Member pw::bluetooth::proxy::ProxyHost::AcquireBasicL2capChannel (multibuf::MultiBufAllocator &rx_multibuf_allocator, uint16_t connection_handle, uint16_t local_cid, uint16_t remote_cid, AclTransportType transport, OptionalPayloadReceiveCallback &&payload_from_controller_fn, OptionalPayloadReceiveCallback &&payload_from_host_fn, ChannelEventCallback &&event_fn)
use InterceptBasicModeChannel instead.
Member pw::bluetooth::proxy::ProxyHost::AcquireL2capCoc (multibuf::MultiBufAllocator &rx_multibuf_allocator, uint16_t connection_handle, L2capCoc::CocConfig rx_config, L2capCoc::CocConfig tx_config, Function< void(multibuf::MultiBuf &&payload)> &&receive_fn, ChannelEventCallback &&event_fn)
use InterceptCreditBasedFlowControlChannel instead.
Class pw::channel::Channel< kDataType, kProperties >
Channel has not been updated for pw_async2 futures or the new pw::MultiBuf. It will be updated and renamed to avoid conflicts with pw::async2::Channels.
Class pw::protobuf::Bool
All APIs from message.h are deprecated.
Class pw::protobuf::Bytes
All APIs from message.h are deprecated.
Class pw::protobuf::Double
All APIs from message.h are deprecated.
Class pw::protobuf::Fixed32
All APIs from message.h are deprecated.
Class pw::protobuf::Fixed64
All APIs from message.h are deprecated.
Class pw::protobuf::Float
All APIs from message.h are deprecated.
Class pw::protobuf::Int32
All APIs from message.h are deprecated.
Class pw::protobuf::Int64
All APIs from message.h are deprecated.
Class pw::protobuf::Message
All APIs from message.h are deprecated.
Member pw::protobuf::Message::As (uint32_t field_number)
All APIs from message.h are deprecated.
Class pw::protobuf::RepeatedFieldParser< FieldType >
All APIs from message.h are deprecated.
Class pw::protobuf::Sfixed32
All APIs from message.h are deprecated.
Class pw::protobuf::Sfixed64
All APIs from message.h are deprecated.
Class pw::protobuf::Sint32
All APIs from message.h are deprecated.
Class pw::protobuf::Sint64
All APIs from message.h are deprecated.
Class pw::protobuf::String
All APIs from message.h are deprecated.
Class pw::protobuf::StringMapEntryParser< ValueParser >
All APIs from message.h are deprecated.
Class pw::protobuf::StringMapParser< ValueParser >
All APIs from message.h are deprecated.
Class pw::protobuf::Uint32
All APIs from message.h are deprecated.
Class pw::protobuf::Uint64
All APIs from message.h are deprecated.
Member pw::SystemStart (channel::ByteReaderWriter &io_channel)
Use pw::system::StartAndClobberTheStack() for more visibility at the call site. The two functions are otherwise the same.
Member pw::tokenizer::EnumToString (T value)
Use pw::EnumToString from pw_enum/to_string.h instead.