Searched defs:BluetoothInstance (Results 1 - 1 of 1) sorted by relevance

/system/bt/service/
H A Dbluetooth_instance.h29 // A BluetoothInstance represents an application's handle to an instance
32 class BluetoothInstance { class in namespace:bluetooth
34 virtual ~BluetoothInstance() = default;
45 BluetoothInstance() = default;
48 DISALLOW_COPY_AND_ASSIGN(BluetoothInstance);
53 // a BluetoothInstance with the underlying stack.
62 std::unique_ptr<BluetoothInstance> instance)>;
66 // to a BluetoothInstance whose ownership can be taken by the caller. In

Completed in 110 milliseconds