Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_le_per_adv_subevent_data_params Struct Reference

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_simpledata
 The data to send.
 

Detailed Description

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.

Note
Used in bt_le_per_adv_set_subevent_data function.

Field Documentation

◆ data

const struct net_buf_simple* bt_le_per_adv_subevent_data_params::data

The data to send.

◆ response_slot_count

uint8_t bt_le_per_adv_subevent_data_params::response_slot_count

The number of response slots to listen to.

◆ response_slot_start

uint8_t bt_le_per_adv_subevent_data_params::response_slot_start

The first response slot to listen to.

◆ subevent

uint8_t bt_le_per_adv_subevent_data_params::subevent

The subevent to set data for.


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