nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_adv_params_t Struct Reference

Data Fields

uint8_t type
 
ble_gap_addr_tp_peer_addr
 
uint8_t fp
 
ble_gap_whitelist_tp_whitelist
 
uint16_t interval
 
uint16_t timeout
 

Field Documentation

uint8_t type
ble_gap_addr_t* p_peer_addr

For BLE_GAP_CONN_MODE_DIRECTED mode only, known peer address.

uint8_t fp

Filter Policy, see GAP Advertising filter policies.

ble_gap_whitelist_t* p_whitelist

Pointer to whitelist, NULL if none is given.

uint16_t interval

Advertising interval between 0x0020 and 0x4000 in 0.625 ms units (20ms to 10.24s), see GAP Advertising interval max and min. This parameter must be set to 0 if type equals BLE_GAP_ADV_TYPE_ADV_DIRECT_IND.

uint16_t timeout

Advertising timeout between 0x0001 and 0x3FFF in seconds, 0x0000 disables timeout. See also GAP Advertising timeout values. This parameter must be set to 0 if type equals BLE_GAP_ADV_TYPE_ADV_DIRECT_IND.