Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp44 class BluetoothBleAdvertiserCallbackImp : public BluetoothBleAdvertiseCallbackStub { class
46 explicit BluetoothBleAdvertiserCallbackImp(std::weak_ptr<BleAdvertiser> advertiser) in BluetoothBleAdvertiserCallbackImp() function in OHOS::Bluetooth::BleAdvertiser::impl::BluetoothBleAdvertiserCallbackImp
48 ~BluetoothBleAdvertiserCallbackImp() in ~BluetoothBleAdvertiserCallbackImp()
132 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothBleAdvertiserCallbackImp);
134 sptr<BluetoothBleAdvertiserCallbackImp> callbackImp_ = nullptr;
192 callbackImp_ = new BluetoothBleAdvertiserCallbackImp(advertiser); in Init()

Completed in 3 milliseconds