BLE handling module API.
More...
BLE handling module API.
◆ m_ble_init()
Function for initializing the BLE handling module..
- Parameters
-
| [in] | p_params | Pointer to the init parameters. |
- Return values
-
| NRF_SUCCESS | If initialization was successful. |
◆ m_ble_start()
| uint32_t m_ble_start |
( |
void |
| ) |
|
Function for starting the BLE handling module.
This function should be called after thingy_ble_init to start the BLE module.
- Return values
-
| NRF_SUCCESS | If initialization was successful. |
◆ m_ble_stop()
| uint32_t m_ble_stop |
( |
void |
| ) |
|
Function for stopping the BLE handling module.
This function should be called after thingy_ble_start to stop the BLE module.
- Return values
-
| NRF_SUCCESS | If initialization was successful. |