bleh/include/simple_gatt_value_server.h
2023-06-25 15:49:17 +02:00

10 lines
313 B
C

#pragma once
#include "host/ble_gatt.h"
#include "host/ble_uuid.h"
#include "BLEh.h"
typedef void* gatt_value_server_handle_t;
gatt_value_server_handle_t simple_gatt_value_server(void* values, int values_num, size_t values_size, struct char_pres_format format, struct ble_gatt_svc_def* svc, ble_uuid_t* uuid);