Home
last modified time | relevance | path

Searched defs:NotifyChannelCreation (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation() function
Ddynamic_channel_service_impl.h43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation() function
Dlink.cc230 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::le::internal::Link
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation() function
Ddynamic_channel_service_impl.h43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation() function
Dlink.cc257 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::classic::internal::Link