Nordic Thingy:52
|
BLE handling module API. More...
Modules | |
BLE flash configuration | |
BLE handling module flash configuration. | |
Data Structures | |
struct | m_ble_evt_t |
BLE event structure. More... | |
struct | m_ble_init_t |
Initialization parameters. More... | |
struct | m_ble_service_handle_t |
BLE service handle structure. More... | |
Typedefs | |
typedef void(* | m_ble_service_evt_cb_t )(ble_evt_t *p_ble_evt) |
BLE service callback definitions. | |
Enumerations | |
enum | m_ble_evt_type_t |
BLE event types. | |
Functions | |
uint32_t | m_ble_init (m_ble_init_t *p_params) |
Function for initializing the BLE handling module.. More... | |
uint32_t | m_ble_start (void) |
Function for starting the BLE handling module. More... | |
uint32_t | m_ble_stop (void) |
Function for stopping the BLE handling module. More... | |
BLE handling module API.
uint32_t m_ble_init | ( | m_ble_init_t * | p_params | ) |
Function for initializing the BLE handling module..
[in] | p_params | Pointer to the init parameters. |
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.
NRF_SUCCESS | If initialization was successful. |
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.
NRF_SUCCESS | If initialization was successful. |