AIROC™ BTSDK v4.7 - Documentation | ||||
Bluetooth stack configuration. More...
Data Fields | |
uint8_t * | device_name |
Local device name (NULL terminated) | |
wiced_bt_dev_class_t | device_class |
Local device class. | |
uint8_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)) | |
uint8_t | max_simultaneous_links |
Maximum number simultaneous links to different devices. More... | |
wiced_bt_cfg_br_edr_scan_settings_t | br_edr_scan_cfg |
BR/EDR scan settings. | |
wiced_bt_cfg_ble_scan_settings_t | ble_scan_cfg |
BLE scan settings. | |
wiced_bt_cfg_ble_advert_settings_t | ble_advert_cfg |
BLE advertisement settings. | |
wiced_bt_cfg_gatt_settings_t | gatt_cfg |
GATT settings. | |
wiced_bt_cfg_rfcomm_t | rfcomm_cfg |
RFCOMM settings. | |
wiced_bt_cfg_l2cap_application_t | l2cap_application |
Application managed l2cap protocol configuration. | |
wiced_bt_cfg_avdt_t | avdt_cfg |
Audio/Video Distribution configuration. | |
wiced_bt_cfg_avrc_t | avrc_cfg |
Audio/Video Remote Control configuration. | |
uint8_t | addr_resolution_db_size |
LE Address Resolution DB settings - effective only for pre 4.2 controller. | |
uint16_t | max_mtu_size |
Maximum MTU size for GATT connections, should be between 23 and (max_attr_len + 5 ) | |
int8_t | max_pwr_db_val |
Max. More... | |
Bluetooth stack configuration.
int8_t max_pwr_db_val |
Max.
power level of the device ( Allowed range is from 0db to 10db)
uint8_t max_simultaneous_links |
Maximum number simultaneous links to different devices.
This information is used for memory allocation, limiting number of active connections is left up to applications.