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

  /system/bt/service/example/heart_rate/
heart_rate_server.cc 37 class CLIBluetoothLeAdvertiserCallback
40 explicit CLIBluetoothLeAdvertiserCallback(
93 DISALLOW_COPY_AND_ASSIGN(CLIBluetoothLeAdvertiserCallback);
306 ble->RegisterAdvertiser(new CLIBluetoothLeAdvertiserCallback(bluetooth_),
  /system/bt/service/client/
main.cc 214 class CLIBluetoothLeAdvertiserCallback
217 CLIBluetoothLeAdvertiserCallback() = default;
218 ~CLIBluetoothLeAdvertiserCallback() override = default;
248 DISALLOW_COPY_AND_ASSIGN(CLIBluetoothLeAdvertiserCallback);
458 new CLIBluetoothLeAdvertiserCallback(), &status);
    [all...]

Completed in 3394 milliseconds