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