Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c34 #define BC_WAIT_TIME_MICROSEC (BC_WAIT_TIME_MS * MGR_TIME_THOUSAND_MULTIPLIER) macro
1575 if (time - g_bcManager[bcId].time < BC_WAIT_TIME_MICROSEC) { in StopBroadcasting()
1576 int64_t diffTime = g_bcManager[bcId].time + BC_WAIT_TIME_MICROSEC - time; in StopBroadcasting()