Files
Racer/firmware/main/gap.h
StuckAtPrototype 4110b70152 version 2.0
2024-10-14 22:33:43 -05:00

16 lines
323 B
C

#pragma once
#include "esp_log.h"
#include "host/ble_hs.h"
#include "nimble/ble.h"
#include "nimble/nimble_port.h"
#include "nimble/nimble_port_freertos.h"
#define LOG_TAG_GAP "gap"
static const char device_name[] = "Racer3";
void advertise();
void reset_cb(int reason);
void sync_cb(void);
void host_task(void *param);