Home
last modified time | relevance | path

Searched refs:reportDelayMillis (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_scan_settings.cpp60 int64_t reportDelayMillis = 0; in ReadFromParcel() local
61 if (parcel.ReadInt64(reportDelayMillis)) { in ReadFromParcel()
62 BluetoothBleScanSettings::SetReportDelay(reportDelayMillis); in ReadFromParcel()
/foundation/communication/bluetooth_service/test/unittest/gatt_c/
H A Dgatt_c_test.cpp77 configs.reportDelayMillis = 0; in HWTEST_F()
100 configs.reportDelayMillis = 0; in HWTEST_F()
156 configs.reportDelayMillis = 0; in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h673 * @param reportDelayMillis Report delay time.
676 void SetReportDelay(long reportDelayMillis) in SetReportDelay() argument
678 reportDelayMillis_ = reportDelayMillis; in SetReportDelay()
H A Dble_service_data.cpp34 void BleScanSettingsImpl::SetReportDelay(long reportDelayMillis) in SetReportDelay() argument
36 reportDelayMillis_ = reportDelayMillis; in SetReportDelay()
H A Dble_service_data.h76 * @param reportDelayMillis Report delay time.
79 void SetReportDelay(long reportDelayMillis = 0);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp65 long reportDelayMillis; member
394 iter->param.reportDelayMillis = settings.GetReportDelayMillisValue(); in StartScan()
709 if (pimpl->scanSettingImpl_.GetReportDelayMillisValue() != max.reportDelayMillis || in IsNewScanParams()
713 pimpl->scanSettingImpl_.SetReportDelay(max.reportDelayMillis); in IsNewScanParams()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h403 long reportDelayMillis; member
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h296 * @param reportDelayMillis Repport delay time.
299 void SetReportDelay(long reportDelayMillis = 0);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp643 void BleScanSettings::SetReportDelay(long reportDelayMillis) in SetReportDelay() argument
645 reportDelayMillis_ = reportDelayMillis; in SetReportDelay()

Completed in 11 milliseconds