struct Core::Bluetooth::IGattCentralDeviceObserver

Overview

#include <coregattcentral.h>

struct IGattCentralDeviceObserver
{
    // methods

    virtual void onGetServicesCompleted (
        IGattCentralService* services [],
        int numServices,
        ErrorCode errorCode
    ) = 0;
};

Detailed Documentation

Methods

virtual void onGetServicesCompleted (
    IGattCentralService* services [],
    int numServices,
    ErrorCode errorCode
) = 0

Callback for getServicesAsync().