Appiko
Data Fields
ble_adv_param_t Struct Reference

The structure format for setting the advertisement parameters. More...

#include <ble_adv.h>

Data Fields

uint16_t adv_intvl
 
ble_adv_type_t adv_type
 
adrs_type_t own_adrs_type
 
ble_adv_ch_map_t adv_ch_map
 

Detailed Description

Definition at line 124 of file ble_adv.h.

Field Documentation

◆ adv_ch_map

ble_adv_ch_map_t ble_adv_param_t::adv_ch_map

ble_adv_ch_map_t.

Definition at line 134 of file ble_adv.h.

◆ adv_intvl

uint16_t ble_adv_param_t::adv_intvl

Range: 0x0020 to 0x4000; Time = N * 0.625 msec; Time Range: 20 ms to 10.24 sec

Definition at line 126 of file ble_adv.h.

◆ adv_type

ble_adv_type_t ble_adv_param_t::adv_type

ble_adv_type_t

Definition at line 128 of file ble_adv.h.

Referenced by ble_adv_set_adv_param().

◆ own_adrs_type

adrs_type_t ble_adv_param_t::own_adrs_type

adrs_type_t

Definition at line 130 of file ble_adv.h.


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