Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_le_per_adv_subevent_data_params Struct Reference

#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.
 

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: