Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1440 int32_t nonChannel = -1; in InitAdvertiser() local
1444 ret = SchedulerRegisterBroadcaster(SRV_TYPE_DIS, &nonChannel, &g_advCallback); in InitAdvertiser()
1450 if (conChannel < 0 || nonChannel < 0) { in InitAdvertiser()
1452 conChannel, nonChannel); in InitAdvertiser()
1454 (void)SchedulerUnregisterBroadcaster(nonChannel); in InitAdvertiser()
1457 DISC_LOGI(DISC_INIT, "conChannel=%{public}d, nonChannel=%{public}d", conChannel, nonChannel); in InitAdvertiser()
1465 g_bleAdvertiser[NON_ADV_ID].channel = nonChannel; in InitAdvertiser()