12 lines
No EOL
350 B
C
12 lines
No EOL
350 B
C
#ifndef _PRST_BLE_ENCODING_H_
|
|
#define _PRST_BLE_ENCODING_H_
|
|
|
|
#include <zephyr/bluetooth/bluetooth.h>
|
|
|
|
#include "prst/data.h"
|
|
|
|
int prst_ble_encode_service_data(const prst_sensors_t* sensors,
|
|
const bt_addr_le_t* bt_addr, uint8_t* out,
|
|
uint8_t out_len);
|
|
|
|
#endif // _PRST_BLE_ENCODING_H_
|