5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
wiced_bt_cfg_settings_t Struct Reference

#include <wiced_bt_cfg.h>

Data Fields

uint8_t addr_resolution_db_size
 
wiced_bt_cfg_ble_advert_settings_t ble_advert_cfg
 
wiced_bt_cfg_ble_scan_settings_t ble_scan_cfg
 
uint8_t ble_white_list_size
 
wiced_bt_cfg_br_edr_scan_settings_t br_edr_scan_cfg
 
wiced_bt_dev_class_t device_class
 
uint8_t * device_name
 
wiced_bt_cfg_gatt_settings_t gatt_cfg
 
wiced_bt_cfg_l2cap_application_t l2cap_application
 
uint8_t max_number_of_buffer_pools
 
uint8_t max_simultaneous_links
 
wiced_bt_cfg_rfcomm_t rfcomm_cfg
 
uint16_t rpa_refresh_timeout
 
uint8_t security_requirement_mask
 

Detailed Description

Bluetooth stack configuration

Field Documentation

◆ addr_resolution_db_size

uint8_t wiced_bt_cfg_settings_t::addr_resolution_db_size

LE Address Resolution DB settings - effective only for pre 4.2 controller

◆ ble_advert_cfg

wiced_bt_cfg_ble_advert_settings_t wiced_bt_cfg_settings_t::ble_advert_cfg

BLE advertisement settings

◆ ble_scan_cfg

wiced_bt_cfg_ble_scan_settings_t wiced_bt_cfg_settings_t::ble_scan_cfg

BLE scan settings

◆ ble_white_list_size

uint8_t wiced_bt_cfg_settings_t::ble_white_list_size

Maximum number of white list devices allowed. Cannot be more than 128

◆ br_edr_scan_cfg

wiced_bt_cfg_br_edr_scan_settings_t wiced_bt_cfg_settings_t::br_edr_scan_cfg

BR/EDR scan settings

◆ device_class

wiced_bt_dev_class_t wiced_bt_cfg_settings_t::device_class

Local device class

◆ device_name

uint8_t* wiced_bt_cfg_settings_t::device_name

Local device name (NULL terminated)

◆ gatt_cfg

wiced_bt_cfg_gatt_settings_t wiced_bt_cfg_settings_t::gatt_cfg

GATT settings

◆ l2cap_application

wiced_bt_cfg_l2cap_application_t wiced_bt_cfg_settings_t::l2cap_application

Application managed l2cap protocol configuration

◆ max_number_of_buffer_pools

uint8_t wiced_bt_cfg_settings_t::max_number_of_buffer_pools

Maximum number of buffer pools in p_btm_cfg_buf_pools and by wiced_create_pool

◆ max_simultaneous_links

uint8_t wiced_bt_cfg_settings_t::max_simultaneous_links

Maximum number simultaneous links to different devices

◆ rfcomm_cfg

wiced_bt_cfg_rfcomm_t wiced_bt_cfg_settings_t::rfcomm_cfg

RFCOMM settings

◆ rpa_refresh_timeout

uint16_t wiced_bt_cfg_settings_t::rpa_refresh_timeout

Interval of random address refreshing - secs

◆ security_requirement_mask

uint8_t wiced_bt_cfg_settings_t::security_requirement_mask

Security requirements mask (BTM_SEC_NONE, or combination of BTM_SEC_IN_AUTHENTICATE, BTM_SEC_OUT_AUTHENTICATE, BTM_SEC_ENCRYPT (see wiced_bt_sec_level_e))


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