SPIKE-RT C API Reference [Japanese]
An RTOS-based software platform for LEGO® Education SPIKE™.
関数
bluetooth.h ファイル

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.

著者
SHU Yoshifumi