summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented BluetoothSocketWin.youngki@chromium.org2013-02-031-5/+0
| | | | | | | | | BUG=135470 Review URL: https://chromiumcodereview.appspot.com/12052066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180315 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented BluetoothSocket::Receive() and BluetoothSocket::Write() on ChromeOS.youngki@chromium.org2013-01-291-0/+21
| | | | | | | | | | | | This made bluetooth_api.cc platform-independent. BUG=135470 Review URL: https://chromiumcodereview.appspot.com/12039075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179459 0039d316-1c4b-4281-b951-d872f2087c98
* Moved bluetooth adapter files from chrome/browser/chromeos/bluetooth/ to ↵youngki@chromium.org2012-10-181-0/+30
device/bluetooth/. device/bluetooth/ is a new directory to host the bluetooth related files. I also changed the namespace from chromeos to bluetooth under new directory. BUG=135470 Review URL: https://chromiumcodereview.appspot.com/11075006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162811 0039d316-1c4b-4281-b951-d872f2087c98