Bluetooth stack configuration.
Data Fields | |
uint8_t * | device_name |
Local device name (NULL terminated) | |
wiced_bt_sec_level_t | security_required |
BTM_SEC_BEST_EFFORT is recommended choice for most applications, to connect to the widest range of devices. More... | |
const wiced_bt_cfg_br_t * | p_br_cfg |
BR/EDR related configuration. | |
const wiced_bt_cfg_ble_t * | p_ble_cfg |
LE related configuration. | |
const wiced_bt_cfg_gatt_t * | p_gatt_cfg |
GATT settings. | |
const wiced_bt_cfg_isoc_t * | p_isoc_cfg |
Isochronous Connection configuration. More... | |
const wiced_bt_cfg_l2cap_application_t * | p_l2cap_app_cfg |
l2cap configuration application defined profiles/protocols | |
wiced_bt_sec_level_t wiced_bt_cfg_settings_t::security_required |
BTM_SEC_BEST_EFFORT is recommended choice for most applications, to connect to the widest range of devices.
Allows stack to choose the highest level of security possible between the two devices
const wiced_bt_cfg_isoc_t* wiced_bt_cfg_settings_t::p_isoc_cfg |
Isochronous Connection configuration.