BLE_SCM_Init

C

uint16_t BLE_SCM_Init(void);

Description

Initializes the BLE Service Change Module (BLE_SCM).

Note

This module is necessary when GATT client functionality is supported and it is required to manage service change indications from a remote server. The module depends on the BLE Device Discovery (BLE_DD) module.

Return values

Return valueDescription
MBA_RES_SUCCESSInitialization of the BLE SCM module was successful.
MBA_RES_FAILInitialization of the BLE SCM module failed.