|
| template<class IntType > |
| Number | DarwinBluetooth::variant_to_nsnumber (const QVariant &) |
| |
| template<> |
| Number | DarwinBluetooth::variant_to_nsnumber< unsigned char > (const QVariant &var) |
| |
| template<> |
| Number | DarwinBluetooth::variant_to_nsnumber< unsigned short > (const QVariant &var) |
| |
| template<> |
| Number | DarwinBluetooth::variant_to_nsnumber< unsigned > (const QVariant &var) |
| |
| template<> |
| Number | DarwinBluetooth::variant_to_nsnumber< char > (const QVariant &var) |
| |
| template<> |
| Number | DarwinBluetooth::variant_to_nsnumber< short > (const QVariant &var) |
| |
| template<> |
| Number | DarwinBluetooth::variant_to_nsnumber< int > (const QVariant &var) |
| |
| template<class ValueType > |
| void | DarwinBluetooth::add_attribute (const QVariant &var, AttributeId key, Dictionary dict) |
| |
| template<> |
| void | DarwinBluetooth::add_attribute< QString > (const QVariant &var, AttributeId key, Dictionary dict) |
| |
| template<> |
| void | DarwinBluetooth::add_attribute< QBluetoothUuid > (const QVariant &var, AttributeId key, Dictionary dict) |
| |
| template<> |
| void | DarwinBluetooth::add_attribute< QUrl > (const QVariant &var, AttributeId key, Dictionary dict) |
| |
| template<class ValueType > |
| void | DarwinBluetooth::add_attribute (const QVariant &var, NSMutableArray *list) |
| |
| template<> |
| void | DarwinBluetooth::add_attribute< unsigned short > (const QVariant &var, NSMutableArray *list) |
| |
| template<> |
| void | DarwinBluetooth::add_attribute< QString > (const QVariant &var, NSMutableArray *list) |
| |
| template<> |
| void | DarwinBluetooth::add_attribute< QBluetoothUuid > (const QVariant &var, NSMutableArray *list) |
| |
| template<> |
| void | DarwinBluetooth::add_attribute< QUrl > (const QVariant &var, NSMutableArray *list) |
| |
| void | DarwinBluetooth::add_rfcomm_protocol_descriptor_list (uint16 channelID, Dictionary dict) |
| |
| void | DarwinBluetooth::add_l2cap_protocol_descriptor_list (uint16 psm, Dictionary dict) |
| |
| bool | DarwinBluetooth::add_attribute (const QVariant &var, AttributeId key, NSMutableArray *list) |
| |
| bool | DarwinBluetooth::add_attribute (const QBluetoothServiceInfo &serviceInfo, AttributeId key, Dictionary dict) |
| |
| bool | DarwinBluetooth::add_sequence_attribute (const QVariant &var, AttributeId key, NSMutableArray *list) |
| |
| bool | DarwinBluetooth::add_sequence_attribute (const QBluetoothServiceInfo &serviceInfo, AttributeId key, Dictionary dict) |
| |
| Dictionary | DarwinBluetooth::iobluetooth_service_dictionary (const QBluetoothServiceInfo &serviceInfo) |
| |