Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bluetooth.h
Go to the documentation of this file.
1
9#ifndef INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_BLUETOOTH_H_
10#define INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_BLUETOOTH_H_
11
12#include <zephyr/device.h>
13#include <zephyr/drivers/gpio.h>
14#include <zephyr/sys/util.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
25enum {
28};
29
30int infuse_validation_bluetooth(uint8_t flags);
31
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_BLUETOOTH_H_ */
int infuse_validation_bluetooth(uint8_t flags)
@ VALIDATION_BLUETOOTH_INIT
Definition bluetooth.h:26
@ VALIDATION_BLUETOOTH_ADV_TX
Definition bluetooth.h:27