Searched refs:CLIBluetoothLowEnergyCallback (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cpp30 class CLIBluetoothLowEnergyCallback class in namespace:heart_rate
33 CLIBluetoothLowEnergyCallback(android::sp<ipc::binder::IBluetooth> bt) function in class:heart_rate::CLIBluetoothLowEnergyCallback
78 DISALLOW_COPY_AND_ASSIGN(CLIBluetoothLowEnergyCallback);
334 ble->RegisterClient(new CLIBluetoothLowEnergyCallback(bluetooth_));
/system/bt/service/client/
H A Dmain.cpp149 class CLIBluetoothLowEnergyCallback class in namespace:__anon776
152 CLIBluetoothLowEnergyCallback() = default;
153 ~CLIBluetoothLowEnergyCallback() override = default;
215 DISALLOW_COPY_AND_ASSIGN(CLIBluetoothLowEnergyCallback);
358 bool status = ble_iface->RegisterClient(new CLIBluetoothLowEnergyCallback());

Completed in 89 milliseconds