Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h58 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>; variable
Ddynamic_channel_manager.h64 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<DynamicChannel>)>; variable
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h63 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>; variable
Ddynamic_channel_manager.h61 …using OnConnectionOpenCallback = common::ContextualCallback<void(std::unique_ptr<DynamicChannel>)>; variable