Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/include/
H A Dbtif_bqr.h86 static constexpr uint16_t kMinReportIntervalMaxMs = 0xFFFF; variable
/aosp12/system/bt/btif/src/
H A Dbtif_bqr.cc266 bqr_config.minimum_report_interval_ms > kMinReportIntervalMaxMs) { in ConfigureBqr()