Skip to content

Commit 2f92abd

Browse files
committed
bt: cert: declare missing types in headers'
Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
1 parent 9b0b0ac commit 2f92abd

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

include/pouch_gateway/bt/cert.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#pragma once
88

9+
struct bt_conn;
10+
911
/**
1012
* Start certificate exchange for the given Bluetooth connection.
1113
*

include/pouch_gateway/bt/downlink.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
#pragma once
88

9+
struct bt_conn;
10+
struct pouch_gateway_downlink_context;
11+
912
/**
1013
* Start downlink for the given Bluetooth connection.
1114
*

include/pouch_gateway/bt/uplink.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#pragma once
88

9+
struct bt_conn;
10+
911
/**
1012
* Start uplink for the given Bluetooth connection.
1113
*

0 commit comments

Comments
 (0)