Lines Matching full:bluetooth
52 auto mock_daemon = new bluetooth::testing::MockDaemon();
58 bluetooth::Daemon::InitializeForTesting(mock_daemon);
59 bluetooth::hal::BluetoothInterface::InitializeForTesting(
60 new bluetooth::hal::FakeBluetoothInterface());
61 bluetooth::hal::BluetoothGattInterface::InitializeForTesting(
62 new bluetooth::hal::FakeBluetoothGattInterface(nullptr, nullptr));
64 adapter_ = bluetooth::Adapter::Create();
72 bluetooth::hal::BluetoothGattInterface::CleanUp();
73 bluetooth::hal::BluetoothInterface::CleanUp();
74 bluetooth::Daemon::ShutDown();
104 bluetooth::Settings settings_;
106 std::unique_ptr<bluetooth::Adapter> adapter_;