HomeSort by relevance Sort by last modified time
    Searched refs:CLIBluetoothLowEnergyCallback (Results 1 - 2 of 2) sorted by null

  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 30 class CLIBluetoothLowEnergyCallback
33 CLIBluetoothLowEnergyCallback(android::sp<ipc::binder::IBluetooth> bt)
78 DISALLOW_COPY_AND_ASSIGN(CLIBluetoothLowEnergyCallback);
334 ble->RegisterClient(new CLIBluetoothLowEnergyCallback(bluetooth_));
  /system/bt/service/client/
main.cpp 149 class CLIBluetoothLowEnergyCallback
152 CLIBluetoothLowEnergyCallback() = default;
153 ~CLIBluetoothLowEnergyCallback() override = default;
215 DISALLOW_COPY_AND_ASSIGN(CLIBluetoothLowEnergyCallback);
358 bool status = ble_iface->RegisterClient(new CLIBluetoothLowEnergyCallback());

Completed in 51 milliseconds