summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_task_manager_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Add BluetoothRemoteGattServiceWin to BluetoothDeviceWingogerald2016-02-101-2/+5
* Fix Clang -Wreorder error in bluetooth_task_manager_win.ccHans Wennborg2016-02-081-2/+2
* Implement fake Bluetooth adapter for BluetoothTest.ConstructFakeAdaptergogerald2016-02-081-19/+15
* Refactor bluetooth_task_manager_win to prepare for new Bluetooth test fixturegogerald2016-02-051-14/+24
* Refactor bluetooth_low_energy_win to prepare for new Bluetooth test fixturegogerald2016-02-031-7/+12
* Add service attribute handle and service device path to BLE Gatt service infogogerald2016-02-021-1/+59
* Switch to standard integer types in device/.avi2015-12-221-2/+2
* Fix some clang warnings with -Wmissing-braces in device.dcheng2015-07-061-1/+1
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-3/+3
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-11-211-1/+1
* Remove implicit HANDLE conversions from device.rvargas2014-09-291-8/+9
* Fix Bluetooth Classic device polling issue.rpaquay@chromium.org2014-08-161-6/+36
* Improve processing of Bluetooth device discovery on Windows.rpaquay@chromium.org2014-07-311-165/+279
* Enumerate Bluetooth LE services and expose them to chrome.bluetooth API.rpaquay@chromium.org2014-07-201-1/+38
* Expose "visible" and "authenticated" properties.rpaquay@chromium.org2014-07-111-0/+3
* Retrieve "connected" property from BLE devices.rpaquay@chromium.org2014-07-111-0/+1
* Revert 282212 "Retrieve "connected" property from BLE devices."horo@chromium.org2014-07-101-1/+0
* Revert 282286 "Expose "visible" and "authenticated" properties."horo@chromium.org2014-07-101-3/+0
* Expose "visible" and "authenticated" properties.rpaquay@chromium.org2014-07-101-0/+3
* Retrieve "connected" property from BLE devices.rpaquay@chromium.org2014-07-101-0/+1
* Add Bluetooth LE enumeration to adapter polling.rpaquay@chromium.org2014-06-281-15/+36
* Add explicit constructors with field initializers.rpaquay@chromium.org2014-04-301-0/+22
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-081-35/+48
* Revert 262175 "* Replace "read" method with onReceiveXxx events."scottmg@chromium.org2014-04-071-48/+35
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-071-35/+48
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-1/+3
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-3/+1
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-1/+3
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-111-1/+1
* 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
* Simplified BluetoothAdapterWin.youngki@chromium.org2013-04-241-2/+9
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Bluetooth: remove BluetoothAdapter::IsScanningkeybuk@chromium.org2013-03-281-13/+0
* Implemented Device/Service discovery with incremented timeout values.youngki@chromium.org2013-02-211-40/+262
* Resubmitting asynchronous bluetooth adapter init CL with fix.youngki@chromium.org2013-01-251-33/+13
* Revert 178311 - it broke the Linux sizes bot because of the new static initia...fischman@chromium.org2013-01-231-13/+33
* We cannot run adapter callbacks inside BluetoothAdapterWin because passing sc...youngki@chromium.org2013-01-231-33/+13
* Implemented BluetoothServiceRecordWin.youngki@chromium.org2013-01-201-8/+1
* Implemented BluetoothAdapterWin::SetPowered().youngki@chromium.org2013-01-171-3/+46
* Implemented BluetoothTaskManagerWin class.youngki@chromium.org2013-01-161-0/+182