summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve processing of Bluetooth device discovery on Windows.rpaquay@chromium.org2014-07-311-15/+58
* Cleanup: Drop some unnecessary params from the BluetoothSocketNet constructor.isherman@chromium.org2014-07-231-4/+1
* Use name passed to chrome.bluetoothSocket.create() as the SDP service name fo...isherman@chromium.org2014-07-031-3/+3
* chrome.bluetoothSocket: clean-up Listen functionskeybuk@chromium.org2014-06-101-2/+0
* Bluetooth: Implement socket API for Windows.xiyuan@chromium.org2014-06-061-2/+10
* Bluetooth: remove Out of Band Pairing APIskeybuk@chromium.org2014-05-281-6/+0
* [Bluetooth] Standardize Bluetooth device address format to XX:XX:XX:XX:XX:XX.isherman@chromium.org2014-05-171-1/+1
* Implement chrome.bluetoothSocket.listenUsing*()keybuk@chromium.org2014-05-121-0/+21
* Reimplement BluetoothSocketChromeOSkeybuk@chromium.org2014-05-021-2/+2
* [Cleanup] Minor cleanup in bluetooth device code.isherman@chromium.org2014-04-171-0/+14
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-081-2/+6
* Revert 262175 "* Replace "read" method with onReceiveXxx events."scottmg@chromium.org2014-04-071-6/+2
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-071-2/+6
* BluetoothAdapter: add ability to set default pairing delegatekeybuk@chromium.org2014-02-271-0/+4
* device::BluetoothAdapterChromeOS: Implement reference counted sessions.armansito@chromium.org2014-02-261-26/+26
* Introduce SetName and SetDiscoverable functions to BluetoothAdapter.tengs@chromium.org2014-02-081-0/+18
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* device: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* Simplified BluetoothAdapterWin.youngki@chromium.org2013-04-241-37/+16
* Bluetooth: clean up Bluetooth classeskeybuk@chromium.org2013-04-051-2/+2
* Bluetooth: remove private members from BluetoothAdapterkeybuk@chromium.org2013-04-021-0/+8
* Bluetooth: rename TrackDefaultAdapter to Initkeybuk@chromium.org2013-04-021-2/+2
* Bluetooth: remove BluetoothAdapter::IsScanningkeybuk@chromium.org2013-03-281-14/+0
* Implemented BluetoothAdapterMac::AddDevices() and BluetoothAdapterMac::Remove...youngki@chromium.org2013-03-261-1/+0
* Added Adapter*Changed() observer calls to BluetoothAdapterWin.youngki@chromium.org2013-02-251-3/+11
* Implemented Device/Service discovery with incremented timeout values.youngki@chromium.org2013-02-211-19/+170
* Bluetooth: fix issues with discovery APIkeybuk@chromium.org2013-01-291-2/+12
* Resubmitting asynchronous bluetooth adapter init CL with fix.youngki@chromium.org2013-01-251-2/+8
* Revert 178311 - it broke the Linux sizes bot because of the new static initia...fischman@chromium.org2013-01-231-8/+2
* We cannot run adapter callbacks inside BluetoothAdapterWin because passing sc...youngki@chromium.org2013-01-231-2/+8
* Implemented BluetoothAdapterWin::SetPowered().youngki@chromium.org2013-01-171-3/+5
* Created BluetoothAdapter::IsInitialized() and BluetoothAdapter::QueueAdapterC...youngki@chromium.org2013-01-171-0/+6
* Implemented BluetoothTaskManagerWin class.youngki@chromium.org2013-01-161-99/+17
* Build fix for Windows with VS2012 about FACILITY_VISUALCPP macroyosin@chromium.org2012-12-061-1/+1
* Delayload bluetooth imports on Windows.grt@chromium.org2012-12-051-1/+44
* Implemented BluetoothAdapterWin::IsPowered().youngki@chromium.org2012-11-201-17/+26
* Implemented BluetoothAdapterWin::IsPresent().youngki@chromium.org2012-11-141-2/+53
* Made BluetoothAdapterFactory return BluetoothAdapterWin on Windows platform. ...youngki@chromium.org2012-10-251-1/+3
* Added empty implementations for Bluetooth Windows files.youngki@chromium.org2012-10-221-0/+79