Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
ble_gap_adv_params_t Struct Reference
[Structures]
GAP advertising parameters. More...
#include <ble_gap.h>
Data Fields | |
uint8_t | type |
See GAP Advertising types. | |
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. | |
uint16_t | timeout |
Advertising timeout between 0x0001 and 0x3FFF in seconds, 0x0000 disables timeout. |
Detailed Description
GAP advertising parameters.
Definition at line 363 of file ble_gap.h.
Field Documentation
uint8_t fp |
Filter Policy, see GAP Advertising filter policies.
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.
uint8_t type |
Generated on Tue Jul 12 2022 13:52:33 by
