Home
last modified time | relevance | path

Searched defs:LEFixedChannels (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dchannel_manager.h50 struct LEFixedChannels { struct
51 l2cap::Channel::WeakPtr att;
52 l2cap::Channel::WeakPtr smp;
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel_manager_test.cc40 using LEFixedChannels = ChannelManager::LEFixedChannels; typedef