-
Notifications
You must be signed in to change notification settings - Fork 23
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.
struct BluetoothServiceDetails
{
String Name;
String Comment;
GUID ID;
};| Name | Description |
|---|---|
Name |
The name of the Bluetooth service. |
Comment |
A description of the Bluetooth service. |
ID |
The ID associated with the Bluetooth service. |