BLE_DM_Config
C
uint16_t BLE_DM_Config(BLE_DM_Config_T *p_config);Description
Configure BLE_DM module.
Parameters
| Parameter | Description | 
|---|---|
| [in] p_config | Pointer to the BLE_DM_Config_T structure buffer. | 
Return values
| Return value | Description | 
|---|---|
| MBA_RES_SUCCESS | Successfully build configuration. | 
| MBA_RES_INVALID_PARA | The parameter in p_config is invalid. | 
