MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / adapterAvailable

Method adapterAvailable

app/src/IO/Drivers/BluetoothLE.cpp:705–708  ·  view source on GitHub ↗

* @brief Returns true if a Bluetooth adapter is available on the system. */

Source from the content-addressed store, hash-verified

703 * @brief Returns true if a Bluetooth adapter is available on the system.
704 */
705bool IO::Drivers::BluetoothLE::adapterAvailable() const
706{
707 return s_adapterAvailable;
708}
709
710//--------------------------------------------------------------------------------------------------
711// Driver specifics

Callers 2

startDiscoveryMethod · 0.80
getStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected