|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
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. | |
BR/EDR inquiry scan parameters.
| 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.
| enum bt_br_scan_type bt_br_inquiry_scan_param::type |
Inquiry scan type.
| uint16_t bt_br_inquiry_scan_param::window |
Inquiry scan window in 0.625 ms units Range: 0x0011 to 0x1000.