4#include "darwin/btutility_p.h"
11
12
13
14
15
16
17
18QBluetoothUuid QBluetoothUuid::fromCBUUID(CBUUID *cbUuid)
23 return DarwinBluetooth::qt_uuid(cbUuid);
27
28
29
30
31
32
33
34
35
37CBUUID *QBluetoothUuid::toCBUUID()
const
39 const auto cbUuidGuard = DarwinBluetooth::cb_uuid(*
this);
43 return [[cbUuidGuard.data() retain] autorelease];