Searched refs:BluetoothIntf (Results 1 – 3 of 3) sorted by relevance
36 static BluetoothIntf* g_btif;167 BluetoothIntf::BluetoothIntf() : init_(false) {} in BluetoothIntf() function in bluetooth::topshim::rust::BluetoothIntf169 BluetoothIntf::~BluetoothIntf() { in ~BluetoothIntf()220 void BluetoothIntf::CleanUp() const { in CleanUp()224 int BluetoothIntf::Enable() const { in Enable()228 int BluetoothIntf::Disable() const { in Disable()279 int BluetoothIntf::StartDiscovery() const { in StartDiscovery()283 int BluetoothIntf::CancelDiscovery() const { in CancelDiscovery()311 int BluetoothIntf::PinReply( in PinReply()327 std::unique_ptr<BluetoothIntf> Load() { in Load()[all …]
35 class BluetoothIntf {37 BluetoothIntf();38 ~BluetoothIntf();81 std::unique_ptr<BluetoothIntf> Load();
103 type BluetoothIntf; typedef106 fn Load() -> UniquePtr<BluetoothIntf>; in Load()268 internal: cxx::UniquePtr<ffi::BluetoothIntf>,