enum Core::Bluetooth::GattPeripheralStatus

#include <coregattperipheral.h>

enum GattPeripheralStatus
{
    kReady                 = 0,
    kLEUnsupported         = 1,
    kPeripheralUnsupported = 2,
};