Index: device/bluetooth/bluetooth_socket_win.cc |
diff --git a/device/bluetooth/bluetooth_socket_win.cc b/device/bluetooth/bluetooth_socket_win.cc |
index 48fbd8a57052e252ea72fa347763815d4948c210..e08bba099f46ef0035689002a7416bc5bd10dbf7 100644 |
--- a/device/bluetooth/bluetooth_socket_win.cc |
+++ b/device/bluetooth/bluetooth_socket_win.cc |
@@ -91,7 +91,7 @@ BluetoothSocketWin::BluetoothSocketWin( |
const net::NetLog::Source& source) |
: BluetoothSocketNet(ui_task_runner, socket_thread, net_log, source), |
supports_rfcomm_(false), |
- rfcomm_channel_(-1), |
+ rfcomm_channel_(0xFF), |
bth_addr_(BTH_ADDR_NULL) { |
} |