b-parasite-esp32/code/nrf-connect/src/prst/ble/encoding.h
2022-11-18 01:14:58 +01:00

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_