Home
last modified time | relevance | path

Searched defs:ChannelOptions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dfake_channel_test.h38 struct ChannelOptions { struct
40 : ChannelOptions(id, id, mtu) {} in ChannelOptions() argument
41 ChannelOptions(ChannelId id, ChannelId remote_id, uint16_t mtu) in ChannelOptions() function
56 std::unique_ptr<FakeChannel> CreateFakeChannel(const ChannelOptions& options); argument
H A Dmock_channel_test.h75 struct ChannelOptions { struct
77 : ChannelOptions(id, id, mtu) {} in ChannelOptions() argument
78 ChannelOptions(ChannelId id, ChannelId remote_id, uint16_t mtu) in ChannelOptions() argument
81 ChannelId id;
82 ChannelId remote_id;
83 uint16_t mtu;
107 FakeChannel::WeakPtr CreateFakeChannel(const ChannelOptions& options); argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/experimental/
H A D__init__.py30 class ChannelOptions(object): class