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

BR/EDR inquiry scan parameters. More...

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

Data Fields

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

Detailed Description

BR/EDR inquiry scan parameters.

Note
These parameters are used to configure the inquiry scan behavior of the local BR/EDR controller.

Field Documentation

◆ interval

uint16_t bt_br_inquiry_scan_param::interval

Inquiry 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_inquiry_scan_param::type

Inquiry scan type.

◆ window

uint16_t bt_br_inquiry_scan_param::window

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


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