48 #ifndef __THINGY_BLE_H__
49 #define __THINGY_BLE_H__
53 #include "thingy_config.h"
60 thingy_ble_evt_connected,
61 thingy_ble_evt_disconnected,
62 thingy_ble_evt_timeout
74 typedef void (*m_ble_evt_handler_t)(
m_ble_evt_t * p_evt);
79 typedef uint32_t (*m_ble_service_init_cb_t)(
bool flash_reinit);
85 m_ble_service_init_cb_t init_cb;
93 m_ble_evt_handler_t evt_handler;