Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions subsys/bluetooth/host/keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
#include <zephyr/sys/util_macro.h>
#include <zephyr/toolchain.h>

#ifdef __cplusplus
extern "C" {
#endif

/** @cond INTERNAL_HIDDEN */

enum bt_keys_type {
Expand Down Expand Up @@ -249,4 +253,8 @@ void bt_keys_show_sniffer_info(struct bt_keys *keys, void *data);

/** @endcond */

#ifdef __cplusplus
}
#endif

#endif /* ZEPHYR_SUBSYS_BLUETOOTH_HOST_KEYS_H_ */