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 value | Description |
---|---|
MBA_RES_SUCCESS | Initialization of the BLE SCM module was successful. |
MBA_RES_FAIL | Initialization of the BLE SCM module failed. |