Searched refs:FuzzDynamicChannelManager (Results 1 – 2 of 2) sorted by relevance
38 class FuzzDynamicChannelManager : public l2cap::classic::DynamicChannelManager {58 FuzzDynamicChannelManager(FuzzDynamicChannelManagerImpl& impl) : impl_(impl) {} in FuzzDynamicChannelManager() function
35 return std::make_unique<FuzzDynamicChannelManager>(*impl_); in GetDynamicChannelManager()