otPlatBleGattService

nRF5 SDK for Thread and Zigbee v4.2.0

#include <ble.h>

Data Fields

const otPlatBleUuid mUuid
 
uint16_t mHandle
 
otPlatBleGattCharacteristicmCharacteristics
 

Detailed Description

Registration descriptor for a GATT service.

Field Documentation

◆ mCharacteristics

otPlatBleGattCharacteristic* otPlatBleGattService::mCharacteristics

Array of characteristic definitions corresponding to characteristics belonging to this service.

◆ mHandle

uint16_t otPlatBleGattService::mHandle

Handle of service; written to by stack after call to otPlatBleGattServerServicesRegister.

◆ mUuid

const otPlatBleUuid otPlatBleGattService::mUuid

Pointer to service UUID; use BLE_UUIDxx_DECLARE macros to declare proper UUID; NULL if there are no more characteristics in the service.

  • external/openthread/include/openthread/platform/ble.h