Home
last modified time | relevance | path

Searched defs:RemoveChannel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dchannel_mask.hpp173 void RemoveChannel(uint8_t aChannel) in RemoveChannel() function in ot::Mac::ChannelMask
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Ddynamic_channel_registry.cc206 void DynamicChannelRegistry::RemoveChannel(DynamicChannel* channel) { in RemoveChannel() function in bt::l2cap::internal::DynamicChannelRegistry
H A Dlogical_link.cc402 void LogicalLink::RemoveChannel(Channel* chan, fit::closure removed_cb) { in RemoveChannel() function in bt::l2cap::internal::LogicalLink
/aosp_15_r20/external/pigweed/pw_hdlc/
H A Drouter.cc107 Status Router::RemoveChannel(DatagramReaderWriter& channel, in RemoveChannel() function in pw::hdlc::Router