48 #ifndef __THINGY_BLE_H__
49 #define __THINGY_BLE_H__
52 #include "thingy_config.h"
59 thingy_ble_evt_connected,
60 thingy_ble_evt_disconnected,
61 thingy_ble_evt_timeout
73 typedef void (*m_ble_evt_handler_t)(
m_ble_evt_t * p_evt);
78 typedef uint32_t (*m_ble_service_init_cb_t)(void);
84 m_ble_service_init_cb_t init_cb;
92 m_ble_evt_handler_t evt_handler;