BLE_GAP_AdvParams_T
C
typedef struct BLE_GAP_AdvParams_T
{
uint16_t intervalMin;
uint16_t intervalMax;
uint8_t type;
BLE_GAP_Addr_T peerAddr;
uint8_t advChannelMap;
uint8_t filterPolicy;
} BLE_GAP_AdvParams_T;Description
Structure for configuring advertising parameters.
Field Documentation
| Field | Description |
|---|---|
| intervalMin | Minimum advertising interval. Value range defined in Advertising interval. Unit: 0.625 ms. |
| intervalMax | Maximum advertising interval. Value range defined in Advertising interval. Unit: 0.625 ms. |
| type | Type of advertising. Refer to Address types for possible values. |
| peerAddr | Peer device's Bluetooth address and type. See BLE_GAP_Addr_T for structure details. |
| advChannelMap | Bitmap indicating which of the three advertising channels will be used. See Advertising channels for the definitions. |
| filterPolicy | Advertising filter policy to determine how the advertiser filters scan and connection requests. See Advertising filter policies for options. |
