Advertising event properties. More...
#include <ble_gap.h>
Data Fields |
|
| uint8_t | type |
| uint8_t | anonymous : 1 |
| uint8_t | include_tx_power : 1 |
Detailed Description
Advertising event properties.
Field Documentation
| uint8_t ble_gap_adv_properties_t::anonymous |
Omit advertiser's address from all PDUs.
- Note
- Anonymous advertising is only available for BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED and BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_DIRECTED .
| uint8_t ble_gap_adv_properties_t::include_tx_power |
Include TxPower set by sd_ble_gap_tx_power_set in the extended header of the advertising PDU.
- Note
- TxPower can only be added to the extended header when type is an extended advertising type.
| uint8_t ble_gap_adv_properties_t::type |
Advertising type. See GAP Advertising types .