Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc121 class OldCbWrapper : public V1_1::IBluetoothHciCallbacks { class
124 OldCbWrapper(const ::android::sp<V1_0::IBluetoothHciCallbacks>& old_cb) in OldCbWrapper() function in android::hardware::bluetooth::V1_1::implementation::OldCbWrapper
127 virtual ~OldCbWrapper() = default;
158 return initialize_1_1(new OldCbWrapper(cb)); in initialize()