Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c144 int32_t scanListenerId; member
174 .scanListenerId = -1
564 …DISC_CHECK_AND_RETURN_LOGE(listenerId == g_bleListener.scanListenerId, DISC_BLE, "listenerId not m… in BleScanResultCallback()
1058 int32_t ret = SchedulerStopScan(g_bleListener.scanListenerId); in UpdateScannerFilter()
1063 DiscBleSetScanFilter(g_bleListener.scanListenerId, type); in UpdateScannerFilter()
1095 ret = SchedulerStartScan(g_bleListener.scanListenerId, &scanParam); in StartScaner()
1112 int32_t ret = SchedulerStopScan(g_bleListener.scanListenerId); in StopScaner()
1879 …int32_t ret = SchedulerRegisterScanListener(SRV_TYPE_DIS, &g_bleListener.scanListenerId, &g_scanLi… in InitBleListener()
1882 if (g_bleListener.stateListenerId < 0 || g_bleListener.scanListenerId < 0) { in InitBleListener()
1962 (void)SchedulerUnregisterListener(g_bleListener.scanListenerId); in BleListenerDeinit()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h178 int32_t scanListenerId; // SCAN_LISTENER_ID member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_audit_converter.h52 DISC_AUDIT_ASSIGNER(Int32, ScanListenerId, scanListenerId)
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble/
H A Ddisc_ble_distributed_test.cpp476 g_bleListener.scanListenerId = SCAN_NUM_MAX;