Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h158 void NotifyAllWaitContinue() const;
H A Dble_advertiser_impl.cpp128 (static_cast<BleAdapter *>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue(); in AdvSetEnableResult()
575 (static_cast<BleAdapter *>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue(); in ExAdvSetEnableResult()
625 (static_cast<BleAdapter *>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue(); in ExAdvRemoveHandleResult()
641 (static_cast<BleAdapter *>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue(); in ExAdvClearHandleResult()
H A Dble_central_manager_impl.cpp625 (static_cast<BleAdapter *>(centralManager->bleAdapter_))->NotifyAllWaitContinue(); in ScanSetEnableResult()
656 (static_cast<BleAdapter *>(centralManager->bleAdapter_))->NotifyAllWaitContinue(); in ScanExSetEnableResult()
H A Dble_adapter.cpp282 void BleAdapter::NotifyAllWaitContinue() const in NotifyAllWaitContinue() function in OHOS::bluetooth::BleAdapter