struct CCL::IBluetoothStatics

Overview

#include <ibluetoothstatics.h>

struct IBluetoothStatics: public CCL::IUnknown
{
    // methods

    virtual Bluetooth::IGattCentralFactory&CCL_API getGattCentralFactory () = 0;
    virtual Bluetooth::IGattPeripheralFactory&CCL_API getGattPeripheralFactory () = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Methods

virtual Bluetooth::IGattCentralFactory&CCL_API getGattCentralFactory () = 0

Get Bluetooth LE GATT Central factory.

virtual Bluetooth::IGattPeripheralFactory&CCL_API getGattPeripheralFactory () = 0

Get Bluetooth LE GATT Peripheral factory.