Home
last modified time | relevance | path

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

/system/bt/service/client/
Dmain.cc145 class CLIBluetoothCallback : public android::bluetooth::BnBluetoothCallback { class
147 CLIBluetoothCallback() = default;
148 ~CLIBluetoothCallback() override = default;
219 DISALLOW_COPY_AND_ASSIGN(CLIBluetoothCallback);
1100 sp<CLIBluetoothCallback> callback = new CLIBluetoothCallback(); in main()