FreeRTOS: BLE
BLE
Return to main page ↑
iot_ble_device_information.h File Reference

GATT service which exposes FreeRTOS device information. More...

#include <stdbool.h>

Go to the source code of this file.

Functions

bool IotBleDeviceInfo_Init (void)
 Creates and starts FreeRTOS device information service. More...
 
bool IotBleDeviceInfo_Cleanup (void)
 Cleanup device information service. More...
 

Detailed Description

GATT service which exposes FreeRTOS device information.

Function Documentation

◆ IotBleDeviceInfo_Init()

bool IotBleDeviceInfo_Init ( void  )

Creates and starts FreeRTOS device information service.

Returns
true if the service is initialized successfully, false otherwise

◆ IotBleDeviceInfo_Cleanup()

bool IotBleDeviceInfo_Cleanup ( void  )

Cleanup device information service.

Returns
true If the cleanup is successful false otherwise.