Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_manager.h353 int32_t BroadcastSetLpAdvParam(int32_t duration, int32_t maxExtAdvEvents, int32_t window,
/ohos5.0/foundation/communication/dsoftbus/core/broadcast/scheduler/src/
H A Dbroadcast_scheduler.c129 return BroadcastSetLpAdvParam(duration, maxExtAdvEvents, window, interval, bcHandle); in SchedulerSetLpAdvParam()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A Dsoftbusbroadcast_fuzzer.cpp304 BroadcastSetLpAdvParam(duration, maxExtAdvEvents, window, interval, lpAdvBCHandle); in BroadcastSetLpAdvParamFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1989 int32_t BroadcastSetLpAdvParam(int32_t duration, int32_t maxExtAdvEvents, int32_t window, in BroadcastSetLpAdvParam() function