34#ifndef _SPIKE_HUB_BLUETOOTH_H_
35#define _SPIKE_HUB_BLUETOOTH_H_
37#include <pbio/error.h>
pbio_error_t hub_bluetooth_disable_advertising(void)
Disable the bluetooth advertising.
Definition: bluetooth.c:25
pbio_error_t hub_bluetooth_is_connected(bool *connected)
Check whether the bluetooth is connected.
Definition: bluetooth.c:33
pbio_error_t hub_bluetooth_enable_advertising(void)
Enable the bluetooth advertising.
Definition: bluetooth.c:17