Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dextended_low_energy_scanner.cc67 PW_CHECK(options.interval <= hci_spec::kLEExtendedScanIntervalMax); in StartScan()
69 PW_CHECK(options.window <= hci_spec::kLEExtendedScanIntervalMax); in StartScan()
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dconstants.h396 inline constexpr uint16_t kLEExtendedScanIntervalMax = 0xFFFF; variable