Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp67 class BluetoothBlePeripheralCallbackImp;
68 sptr<BluetoothBlePeripheralCallbackImp> bleRemoteObserverImp_ = nullptr;
337 class BluetoothHost::impl::BluetoothBlePeripheralCallbackImp : public BluetoothBlePeripheralObserverStub { class in OHOS::Bluetooth::BluetoothHost::impl
339 explicit BluetoothBlePeripheralCallbackImp(BluetoothHost::impl &host) : host_(host){}; in BluetoothBlePeripheralCallbackImp() function in OHOS::Bluetooth::BluetoothHost::impl::BluetoothBlePeripheralCallbackImp
340 ~BluetoothBlePeripheralCallbackImp() override = default;
377 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothBlePeripheralCallbackImp);
463 bleRemoteObserverImp_ = new BluetoothBlePeripheralCallbackImp(*this); in impl()

Completed in 3 milliseconds