![]() |
Synergy Software Package User's Manual
|
#include <sf_ble_api.h>
Data Fields | |
| uint8_t | bd_addr [SF_BLE_ADDR_LEN] |
| BLE address. | |
| sf_ble_addr_type_t | own_addr_type |
| self address type | |
| uint8_t | max_slaves |
| Maximum slaves allowed to be connected. | |
| uint8_t | update_bd_addr |
| Set this to true to update bluetooth address during SF_BLE_Open. | |
| uint16_t | scan_interval |
| BLE scan interval for receiving advertisement. | |
| uint16_t | scan_window |
| Period of time during which advertising data is received at the scan interval. | |
| uint16_t | disc_time |
| Duration for which the device remain discoverable. | |
| uint16_t | con_interval |
| Interval for transmitting and receiving data periodically after connection establishment. | |
| uint16_t | slave_latency |
| Period of time during which data is transmitted and received at the connection interval. | |
| uint16_t | sup_timeout |
| Link loss time-out. | |
| void const * | p_extend |
| Instance specific configuration. | |
BLE configuration information