OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth_
(Results
1 - 4
of
4
) sorted by null
/external/libweave/examples/daemon/common/
daemon.h
74
bluetooth_
{new weave::examples::BluetoothImpl} {
88
wifi_.get(),
bluetooth_
.get());
117
std::unique_ptr<weave::examples::BluetoothImpl>
bluetooth_
;
member in class:Daemon
/system/bt/service/example/heart_rate/
heart_rate_server.cpp
87
bluetooth_
(bluetooth),
94
CHECK(
bluetooth_
.get());
120
gatt_ =
bluetooth_
->GetGattServerInterface();
329
auto ble =
bluetooth_
->GetLowEnergyInterface();
334
ble->RegisterClient(new CLIBluetoothLowEnergyCallback(
bluetooth_
));
heart_rate_server.h
92
android::sp<ipc::binder::IBluetooth>
bluetooth_
;
member in class:heart_rate::HeartRateServer
/external/libweave/src/
weave_unittest.cc
279
&http_server_, &wifi_, &
bluetooth_
);
346
StrictMock<provider::test::MockBluetooth>
bluetooth_
;
member in class:weave::WeaveTest
373
&
bluetooth_
);
Completed in 96 milliseconds