Synergy Software Package User's Manual

#include <sf_ble_api.h>

Data Fields

uint8_t gap_name [SF_BLE_MAX_GAP_NAME_LEN]
 GAP name.
 
uint8_t bcast_mode
 broadcast mode
 
sf_ble_bonding_mode_t bonding_mode
 bonding mode
 
sf_ble_sec_info_t sec_info
 Security information.
 
sf_ble_gap_role_t gap_role
 GAP role (master/slave)
 
sf_ble_callback_t p_ble_callback
 

Detailed Description

BLE provisioning information

Field Documentation

◆ p_ble_callback

sf_ble_callback_t sf_ble_provisioning_t::p_ble_callback

GAP user event callback that runs in driver thread context. Application should make sure callback logic is as minimal as possible without any blocking calls


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