SPIKE-RT C API Reference [Japanese]
An RTOS-based software platform for LEGO® Education SPIKE™.
|
API for the bluetooth. [詳解]
#include <pbio/error.h>
#include <stdbool.h>
関数 | |
pbio_error_t | hub_bluetooth_enable_advertising (void) |
Bluetoothのアドバタイジング(接続待ち)を許可する. [詳解] | |
pbio_error_t | hub_bluetooth_disable_advertising (void) |
Bluetoothのアドバタイジング(接続待ち)を禁止する. [詳解] | |
pbio_error_t | hub_bluetooth_is_connected (bool *connected) |
Bluetoothが接続されているかどうかを検出する. [詳解] | |
API for the bluetooth.