BLE_DM_Config
C
uint16_t BLE_DM_Config(BLE_DM_Config_T *p_config);Description
Configures the BLE_DM module.
Parameters
| Parameter | Description |
|---|---|
| [in] p_config | Pointer to the configuration structure of type BLE_DM_Config_T. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Configuration was successful. |
| MBA_RES_INVALID_PARA | The provided configuration parameter is invalid. |
