1.3.3.1.30 MAC_SCAN_REQUEST_PARAMS Struct

C

typedef struct
{
    /* Duration of the scan in seconds */
    uint16_t scanDuration;
} MAC_SCAN_REQUEST_PARAMS;

Summary

Defines the Parameters for the MAC Scan Request primitive.

Description

The structure contains the fields expected by the MAC Scan Request primitive.

Field description:

  • scanDuration. Duration of the scan in seconds.

Remarks

None.