Searched defs:Adapter (Results 1 - 1 of 1) sorted by last modified time

/system/bt/service/
H A Dadapter.h34 class Adapter { class in namespace:bluetooth
36 // The default values returned before the Adapter is fully initialized and
46 // All methods take in an |adapter| argument which points to the Adapter
54 virtual void OnAdapterStateChanged(Adapter* adapter,
63 Adapter* adapter, const std::string& device_address, bool connected);
66 // Returns an Adapter implementation to be used in production. Don't use these
68 static std::unique_ptr<Adapter> Create();
70 virtual ~Adapter() = default;
76 // Returns the current Adapter state.
148 Adapter()
[all...]

Completed in 319 milliseconds