Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Parameters for sending a periodic advertising response. More...
#include <bluetooth.h>
Data Fields | |
uint16_t | request_event |
The periodic event counter of the request the response is sent to. | |
uint8_t | request_subevent |
The subevent counter of the request the response is sent to. | |
uint8_t | response_subevent |
The subevent the response shall be sent in. | |
uint8_t | response_slot |
The response slot the response shall be sent in. | |
Parameters for sending a periodic advertising response.
This struct contains the parameters used when sending a response to a periodic advertising request (see bt_le_per_adv_set_response_data function). The response is sent in the specified subevent and response slot, and includes event and subevent counters to track the request the response corresponds to.
uint16_t bt_le_per_adv_response_params::request_event |
The periodic event counter of the request the response is sent to.
uint8_t bt_le_per_adv_response_params::request_subevent |
The subevent counter of the request the response is sent to.
uint8_t bt_le_per_adv_response_params::response_slot |
The response slot the response shall be sent in.
uint8_t bt_le_per_adv_response_params::response_subevent |
The subevent the response shall be sent in.