| Index: trunk/src/device/bluetooth/bluetooth_service_record_mac.mm
|
| ===================================================================
|
| --- trunk/src/device/bluetooth/bluetooth_service_record_mac.mm (revision 261569)
|
| +++ trunk/src/device/bluetooth/bluetooth_service_record_mac.mm (working copy)
|
| @@ -66,9 +66,7 @@
|
| [record getAttributeDataElement:service_class_id];
|
| if ([service_class_data getTypeDescriptor] ==
|
| kBluetoothSDPDataElementTypeDataElementSequence) {
|
| - std::string uuid_str;
|
| - ExtractUuid(service_class_data, &uuid_str);
|
| - uuid_ = BluetoothUUID(uuid_str);
|
| + ExtractUuid(service_class_data, &uuid_);
|
| }
|
| }
|
|
|
|
|