8 lines
170 B
C
8 lines
170 B
C
#include <stdint.h>
|
|
|
|
#include "host/ble_gatt.h"
|
|
|
|
void initBLE(char* name);
|
|
void ble_advertise(void);
|
|
void set_gatt_services(struct ble_gatt_svc_def* svcs, uint16_t num);
|