summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_socket_win.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in device/.avi2015-12-221-1/+3
* Apply automated fixits for Chrome clang plugin to device.dcheng2015-04-291-1/+1
* Update {virtual,override} to follow C++11 style in device.nick2015-04-231-3/+3
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-1/+1
* Cleanup: Drop some unnecessary params from the BluetoothSocketNet constructor.isherman@chromium.org2014-07-231-7/+2
* Use name passed to chrome.bluetoothSocket.create() as the SDP service name fo...isherman@chromium.org2014-07-031-2/+4
* Bluetooth: Implement socket API for Windows.xiyuan@chromium.org2014-06-061-27/+28
* Implement chrome.bluetoothSocket.listenUsing*()keybuk@chromium.org2014-05-121-0/+5
* Reimplement BluetoothSocketChromeOSkeybuk@chromium.org2014-05-021-78/+9
* win: Implement Bluetooth server.xiyuan@chromium.org2014-04-291-3/+37
* [Cleanup] Minor cleanup in bluetooth device code.isherman@chromium.org2014-04-171-2/+2
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-081-17/+98
* Revert 262175 "* Replace "read" method with onReceiveXxx events."scottmg@chromium.org2014-04-071-98/+17
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-071-17/+98
* Implemented BluetoothSocketMac.youngki@chromium.org2013-03-181-1/+1
* Implemented BluetoothSocketWin.youngki@chromium.org2013-02-031-4/+19
* Implemented BluetoothSocket::Receive() and BluetoothSocket::Write() on ChromeOS.youngki@chromium.org2013-01-291-0/+13
* Added empty implementations for Bluetooth Windows files.youngki@chromium.org2012-10-221-0/+24