Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: F401RE-USBHost mbed
USBHostBTstack Class Reference
A class to communicate a BTstack. More...
#include <USBHostBTstack.h>
Public Member Functions | |
| USBHostBTstack () | |
| Constructor. | |
| bool | connected () |
| Check if a BTstack device is connected. | |
| bool | connect () |
| Try to connect to a BTstack device. | |
Detailed Description
A class to communicate a BTstack.
Definition at line 10 of file USBHostBTstack.h.
Constructor & Destructor Documentation
| USBHostBTstack | ( | ) |
Constructor.
Definition at line 20 of file USBHostBTstack.cpp.
Member Function Documentation
| bool connect | ( | ) |
Try to connect to a BTstack device.
- Returns:
- true if connection was successful
Definition at line 47 of file USBHostBTstack.cpp.
| bool connected | ( | ) |
Check if a BTstack device is connected.
- Returns:
- true if a BTstack device is connected
Definition at line 42 of file USBHostBTstack.cpp.
Generated on Thu Jul 14 2022 08:49:57 by
1.7.2