Home
last modified time | relevance | path

Searched refs:bluetooth_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/example/heart_rate/
Dheart_rate_server.cc101 bluetooth_(bluetooth), in HeartRateServer()
108 CHECK(bluetooth_.get()); in HeartRateServer()
132 bluetooth_->GetGattServerInterface(&gatt_); in Run()
304 bluetooth_->GetLeAdvertiserInterface(&ble); in OnServiceAdded()
306 ble->RegisterAdvertiser(new CLIBluetoothLeAdvertiserCallback(bluetooth_), in OnServiceAdded()
Dheart_rate_server.h93 android::sp<android::bluetooth::IBluetooth> bluetooth_; variable