struct Core::Bluetooth::IGattPeripheralFactory

#include <coregattperipheral.h>

struct IGattPeripheralFactory: public Core::IPropertyHandler
{
    // fields

    static const InterfaceID kIID = FOUR_CHAR_ID('G', 'A', 'P', 'F');

    // methods

    virtual IGattPeripheral* createGattPeripheral() = 0;
};

Inherited Members

public:
    // fields

    static const InterfaceID kIID = 0;

    // methods

    virtual void setProperty(const Property& value) = 0;
    virtual void getProperty(Property& value) = 0;
    virtual void release() = 0;