Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dextended_low_energy_scanner.cc61 PW_CHECK(options.interval <= hci_spec::kLEExtendedScanIntervalMax); in StartScan()
63 PW_CHECK(options.window <= hci_spec::kLEExtendedScanIntervalMax); in StartScan()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dconstants.h398 constexpr uint16_t kLEExtendedScanIntervalMax = 0xFFFF; variable