struct Core::Bluetooth::GattCentralScanOptions

#include <coregattcentral.h>

struct GattCentralScanOptions
{
    // enums

    enum ScanMode;

    // fields

    ScanMode kScanMode = kBalanced;
    int kAdvertisementTimeout = 5000;
};