![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for DarwinBluetooth::AdvertisementData:Public Member Functions | |
| AdvertisementData (NSDictionary *AdvertisementData) | |
Public Attributes | |
| QString | localName |
| QList< QBluetoothUuid > | serviceUuids |
| QHash< quint16, QByteArray > | manufacturerData |
| QHash< QBluetoothUuid, QByteArray > | serviceData |
Definition at line 36 of file btledeviceinquiry.mm.
| DarwinBluetooth::AdvertisementData::AdvertisementData | ( | NSDictionary * | AdvertisementData | ) |
Definition at line 56 of file btledeviceinquiry.mm.
References advertisementData, QHash< Key, T >::insert(), localName, manufacturerData, DarwinBluetooth::qt_uuid(), serviceData, and serviceUuids.
Here is the call graph for this function:| QString DarwinBluetooth::AdvertisementData::localName |
Definition at line 48 of file btledeviceinquiry.mm.
Referenced by AdvertisementData().
| QHash<quint16, QByteArray> DarwinBluetooth::AdvertisementData::manufacturerData |
Definition at line 50 of file btledeviceinquiry.mm.
Referenced by AdvertisementData().
| QHash<QBluetoothUuid, QByteArray> DarwinBluetooth::AdvertisementData::serviceData |
Definition at line 51 of file btledeviceinquiry.mm.
Referenced by AdvertisementData().
| QList<QBluetoothUuid> DarwinBluetooth::AdvertisementData::serviceUuids |
Definition at line 49 of file btledeviceinquiry.mm.
Referenced by AdvertisementData().