Index: device/bluetooth/bluetooth_service_record_win.cc |
diff --git a/device/bluetooth/bluetooth_service_record_win.cc b/device/bluetooth/bluetooth_service_record_win.cc |
index a5ecdf7690465eb27d147a62215bc9975b31f5fb..061316e075077e5b7a467ad18bf3fd4ba9e4b865 100644 |
--- a/device/bluetooth/bluetooth_service_record_win.cc |
+++ b/device/bluetooth/bluetooth_service_record_win.cc |
@@ -130,7 +130,7 @@ BluetoothServiceRecordWin::BluetoothServiceRecordWin( |
name_(name), |
uuid_(gatt_uuid), |
supports_rfcomm_(false), |
- rfcomm_channel_(-1) { |
+ rfcomm_channel_(0xFF) { |
// Bluetooth 2.0 |
if (sdp_bytes.size() > 0) { |
LPBYTE blob_data = const_cast<LPBYTE>(&sdp_bytes[0]); |