Smart Remote 3 nRF52 v1.2
m_coms_ble_atvv.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
11 #ifndef __M_COMS_BLE_ATVV_H__
12 #define __M_COMS_BLE_ATVV_H__
13 
14 #include <stdint.h>
15 #include <stdbool.h>
16 
17 #include "app_util.h"
18 #include "drv_ir.h"
19 #include "event_bus.h"
20 #include "m_coms.h"
21 #include "sdk_errors.h"
22 
27 ret_code_t m_coms_ble_atvv_init(void);
28 
40 ret_code_t m_coms_ble_atvv_start_search(uint16_t conn_handle);
41 
57 ret_code_t m_coms_ble_atvv_audio_send(uint8_t const * p_frame_buf,
58  uint16_t frame_buf_len,
59  uint16_t * p_bytes_transmitted,
60  m_coms_data_process_status_t * p_status);
61 
72 
73 #endif /* __M_COMS_BLE_ATVV_H__ */
74 

Documentation feedback | Developer Zone | Subscribe | Updated