1.1.2.1.1.3.3 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
Advertising parameters.
Field Documentation
| Field | Description |
|---|---|
| intervalMin | Minimum advertising interval, see Advertising interval. (Unit: 0.625ms) |
| intervalMax | Maximum advertising interval, see Advertising interval. (Unit: 0.625ms) |
| type | Advertising type, see Address type. |
| peerAddr | Remote bluetooth address and address type, see BLE_GAP_Addr_T. |
| advChannelMap | Advertising Channel Map. See Advertising channel. |
| filterPolicy | Advertising filter policy. See Advertising filter policy. |
