Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_br_page_scan_param Struct Reference

Page scan parameters. More...

#include <zephyr/bluetooth/classic/classic.h>

Data Fields

uint16_t interval
 Page scan interval in 0.625 ms units Range: 0x0012 to 0x1000.
uint16_t window
 Page scan window in 0.625 ms units Range: 0x0011 to 0x1000.
enum bt_br_scan_type type
 Page scan type.

Detailed Description

Page scan parameters.

Field Documentation

◆ interval

uint16_t bt_br_page_scan_param::interval

Page scan interval in 0.625 ms units Range: 0x0012 to 0x1000.

According to the Bluetooth Core Specification, only even values are used by the controller; if an odd value is provided, the controller may ignore the LSB or round the value. Applications should use even values to be compliant.

◆ type

enum bt_br_scan_type bt_br_page_scan_param::type

Page scan type.

◆ window

uint16_t bt_br_page_scan_param::window

Page scan window in 0.625 ms units Range: 0x0011 to 0x1000.


The documentation for this struct was generated from the following file: