- 
                Notifications
    
You must be signed in to change notification settings  - Fork 23
 
QuantumGate::Local::Environment::GetBluetoothRadios
        Karel Donk edited this page Dec 26, 2021 
        ·
        1 revision
      
    Gets details about the Bluetooth radios on the system, including their Bluetooth addresses.
Result<Vector<BluetoothRadio>> GetBluetoothRadios() const noexcept;Returns a QuantumGate::Result object equal to one of the following QuantumGate::ResultCodes:
| Value | Description | 
|---|---|
QuantumGate::ResultCode::Succeeded | 
The operation succeeded. | 
QuantumGate::ResultCode::Failed | 
The operation failed. | 
Upon successful completion the result also contains a QuantumGate::Vector containing QuantumGate::Local::Environment::BluetoothRadio objects with details about the Bluetooth radios on the system.