Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Parameters for setting data for a specific periodic advertising with response subevent. More...
#include <bluetooth.h>
Data Fields | |
uint8_t | subevent |
The subevent to set data for. | |
uint8_t | response_slot_start |
The first response slot to listen to. | |
uint8_t | response_slot_count |
The number of response slots to listen to. | |
const struct net_buf_simple * | data |
The data to send. | |
Parameters for setting data for a specific periodic advertising with response subevent.
This struct provides the necessary information to set the data for a specific subevent in a Periodic Advertising with Response (PAwR) scenario. It specifies the subevent number, the range of response slots to listen to, and the actual data to send. This is used to respond to data request from an advertiser by sending back the data in the specified subevent.
const struct net_buf_simple* bt_le_per_adv_subevent_data_params::data |
The data to send.
uint8_t bt_le_per_adv_subevent_data_params::response_slot_count |
The number of response slots to listen to.
uint8_t bt_le_per_adv_subevent_data_params::response_slot_start |
The first response slot to listen to.
uint8_t bt_le_per_adv_subevent_data_params::subevent |
The subevent to set data for.