Smart Remote 3 nRF52 v1.2
m_coms_ble_adv.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
11 #ifndef __M_COMS_BLE_ADV_H__
12 #define __M_COMS_BLE_ADV_H__
13 
14 #include <stdbool.h>
15 #include <stdint.h>
16 
17 #include "ble.h"
18 #include "m_coms_ble.h"
19 #include "peer_manager.h"
20 
29 ret_code_t m_coms_ble_adv_init(const m_coms_ble_params_t *p_ble_params);
30 
37 ret_code_t m_coms_ble_adv_start(bool bondable);
38 
43 ret_code_t m_coms_ble_adv_stop(void);
44 
49 bool m_coms_ble_adv_running(void);
50 
56 
57 #endif /* __M_COMS_BLE_ADV_H__ */
58 

Documentation feedback | Developer Zone | Subscribe | Updated