b-parasite-esp32/code/nrf-connect/samples/ble/src/ble.h
rbaron 5ceccfafcc Extracts prstlib
Moves ble sample to code/nrf-connect/samples
2022-11-27 18:37:42 +01:00

11 lines
No EOL
239 B
C

#ifndef _PRST_BLE_BLE_H_
#define _PRST_BLE_BLE_H_
#include <prstlib/sensors.h>
int prst_ble_init();
int prst_ble_adv_start();
int prst_ble_adv_stop();
int prst_ble_adv_set_data(const prst_sensors_t *sensors);
#endif // _PRST_BLE_BLE_H_