Advertising Parameters. More...
#include <bt_hal_manager_adapter_ble.h>
Data Fields | |
BTAdvProperties_t | usAdvertisingEventProperties |
bool | bIncludeTxPower |
BTGattAdvName_t | ucName |
bool | bSetScanRsp |
uint32_t | ulAppearance |
uint32_t | ulMinInterval |
uint32_t | ulMaxInterval |
uint16_t | usMinAdvInterval |
uint16_t | usMaxAdvInterval |
uint8_t | ucChannelMap |
uint8_t | ucTxPower |
uint8_t | ucTimeout |
uint16_t | usTimeout |
uint8_t | ucPrimaryAdvertisingPhy |
uint8_t | ucSecondaryAdvertisingPhy |
BTAddrType_t | xAddrType |
Advertising Parameters.
BTAdvProperties_t BTGattAdvertismentParams_t::usAdvertisingEventProperties |
Advertising Properties.
bool BTGattAdvertismentParams_t::bIncludeTxPower |
Include Transmit Power or Not.
BTGattAdvName_t BTGattAdvertismentParams_t::ucName |
Advertising Name Format.
bool BTGattAdvertismentParams_t::bSetScanRsp |
Set Scan Response or Not.
uint32_t BTGattAdvertismentParams_t::ulAppearance |
GAP Appearance Value.
uint32_t BTGattAdvertismentParams_t::ulMinInterval |
Minimum Connection Interval. If set to 0, minimum connection interval is not included in advertisement/scan response data.
uint32_t BTGattAdvertismentParams_t::ulMaxInterval |
Maximum Connection Interval. If set to 0, maximum connection interval is not included in advertisement/scan response data.
uint16_t BTGattAdvertismentParams_t::usMinAdvInterval |
Minimum Advertising Interval in units of 0.625ms. Range: 0x0020 to 0x4000. Time Range: 20 ms to 10.24 s. If set to 0, stack specific default values will be used.
uint16_t BTGattAdvertismentParams_t::usMaxAdvInterval |
Maximum Advertising Interval in units of 0.625ms. Range: 0x0020 to 0x4000. Time Range: 20 ms to 10.24 s. If set to 0, stack specific default values will be used.
uint8_t BTGattAdvertismentParams_t::ucChannelMap |
The bit map to specify channel indices for advertising. If set to 0, stack specific values will be used.
uint8_t BTGattAdvertismentParams_t::ucTxPower |
Transmit Power.
uint8_t BTGattAdvertismentParams_t::ucTimeout |
This is deprecated. Use usTimeout for advertisement duration value.
uint16_t BTGattAdvertismentParams_t::usTimeout |
Advertisement duration value in units of 10ms. Set to 0 for infinite timeout for advertisements.
uint8_t BTGattAdvertismentParams_t::ucPrimaryAdvertisingPhy |
5.0 Specific interface.
uint8_t BTGattAdvertismentParams_t::ucSecondaryAdvertisingPhy |
5.0 Specific interface.
BTAddrType_t BTGattAdvertismentParams_t::xAddrType |
Advertising Address Type.