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 |
Bluetooth stack configuration
uint8_t wiced_bt_cfg_settings_t::addr_resolution_db_size |
LE Address Resolution DB settings - effective only for pre 4.2 controller
wiced_bt_cfg_ble_advert_settings_t wiced_bt_cfg_settings_t::ble_advert_cfg |
BLE advertisement settings
wiced_bt_cfg_ble_scan_settings_t wiced_bt_cfg_settings_t::ble_scan_cfg |
BLE scan settings
uint8_t wiced_bt_cfg_settings_t::ble_white_list_size |
Maximum number of white list devices allowed. Cannot be more than 128
wiced_bt_cfg_br_edr_scan_settings_t wiced_bt_cfg_settings_t::br_edr_scan_cfg |
BR/EDR scan settings
wiced_bt_dev_class_t wiced_bt_cfg_settings_t::device_class |
Local device class
uint8_t* wiced_bt_cfg_settings_t::device_name |
Local device name (NULL terminated)
wiced_bt_cfg_gatt_settings_t wiced_bt_cfg_settings_t::gatt_cfg |
GATT settings
wiced_bt_cfg_l2cap_application_t wiced_bt_cfg_settings_t::l2cap_application |
Application managed l2cap protocol configuration
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
uint8_t wiced_bt_cfg_settings_t::max_simultaneous_links |
Maximum number simultaneous links to different devices
wiced_bt_cfg_rfcomm_t wiced_bt_cfg_settings_t::rfcomm_cfg |
RFCOMM settings
uint16_t wiced_bt_cfg_settings_t::rpa_refresh_timeout |
Interval of random address refreshing - secs
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))