Skip to content

QuantumGate::BluetoothServiceDetails

Karel Donk edited this page Dec 26, 2021 · 1 revision

QuantumGate::BluetoothServiceDetails is a struct that contains details about the Bluetooth service that should be advertised by the QuantumGate local instance when listening for incoming Bluetooth connections.

Definition

struct BluetoothServiceDetails
{
    String Name;
    String Comment;
    GUID ID;
};

Member variables

Name Description
Name The name of the Bluetooth service.
Comment A description of the Bluetooth service.
ID The ID associated with the Bluetooth service.
Clone this wiki locally