12 lines
185 B
C++
12 lines
185 B
C++
|
#pragma once
|
||
|
|
||
|
// Base
|
||
|
#include "hardware/bluetooth.h"
|
||
|
#include "include/hal_util.h"
|
||
|
|
||
|
// Profiles
|
||
|
|
||
|
#include "hardware/bt_gatt.h"
|
||
|
#include "hardware/bt_hh.h"
|
||
|
#include "hardware/bt_sdp.h"
|