nRF5 SDK v15.3.0
Data Fields
nrf_ble_scan_short_name_filter_t Struct Reference

Data Fields

struct {
   char   short_target_name [NRF_BLE_SCAN_SHORT_NAME_MAX_LEN]
 
   uint8_t   short_name_min_len
 
short_name [1]
 
uint8_t name_cnt
 
bool short_name_filter_enabled
 

Field Documentation

uint8_t nrf_ble_scan_short_name_filter_t::name_cnt

Short name filter counter.

bool nrf_ble_scan_short_name_filter_t::short_name_filter_enabled

Flag to inform about enabling or disabling this filter.

uint8_t nrf_ble_scan_short_name_filter_t::short_name_min_len

Minimum length of the short name.

char nrf_ble_scan_short_name_filter_t::short_target_name[NRF_BLE_SCAN_SHORT_NAME_MAX_LEN]

Short names that the main application will scan for, and that will be advertised by the peripherals.


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

Documentation feedback | Developer Zone | Subscribe | Updated