struct Core::Bluetooth::IGattCentralServiceObserver

Overview

#include <coregattcentral.h>

struct IGattCentralServiceObserver
{
    // methods

    virtual void onGetCharacteristicsCompleted(
        IGattCentralCharacteristic* characteristics[],
        int numCharacteristics,
        ErrorCode errorCode
    ) = 0;
};

Detailed Documentation

Methods

virtual void onGetCharacteristicsCompleted(
    IGattCentralCharacteristic* characteristics[],
    int numCharacteristics,
    ErrorCode errorCode
) = 0

Callback for getCharacteristicsAsync().