summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.bnc2014-10-291-1/+1
* Fix typos in device/bluetooth headers.benchan2014-10-2812-22/+23
* Standardize usage of virtual/override/final in device/dcheng2014-10-228-183/+136
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-1/+1
* [Clean up] Expose ConnectToServiceInsecurely as a BluetoothDevice API on all ...isherman2014-10-168-14/+48
* Fixes device/bluetooth / chromeos dependencies for GN.mukai2014-10-151-1/+1
* Update constants to MACRO_STYLEjamuraa2014-10-134-37/+37
* Add //chromeos GN target.mukai2014-10-091-1/+1
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-0624-305/+305
* Add unit testing for org.bluez.Error.* translationjamuraa2014-10-021-7/+71
* First part of errors coming up from the dbus APIjamuraa2014-10-018-26/+135
* [Clean-up] Prune unnecessary dependencies from //device/bluetooth.isherman2014-09-293-9/+0
* Remove implicit HANDLE conversions from device.rvargas2014-09-292-17/+18
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-09-191-1/+1
* [Easy Unlock] Move the existing Bluetooth utility code into the component.isherman2014-09-181-0/+3
* Remove implicit conversions from scoped_refptr to T* in devicedcheng2014-09-152-8/+8
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Hook up resources to the chrome GN build.Brett Wilson2014-09-041-1/+0
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-08-282-3/+3
* Part 3: Merged FakedDBusThreadManager with DBusThreadManager.zelidrag2014-08-273-28/+27
* [EasyUnlock] Add a private API for establishing an insecure Bluetooth connect...isherman@chromium.org2014-08-224-1/+37
* device/bluetooth: Release |adapter_| in BluetoothSocketChromeOS::Close.armansito@chromium.org2014-08-181-0/+9
* Fix Bluetooth Classic device polling issue.rpaquay@chromium.org2014-08-162-6/+44
* Added switch that let us 'un-stub' certain dbus clients.zelidrag@chromium.org2014-08-141-1/+4
* Remove redundant mapping of net errors to strings.mmenke@chromium.org2014-08-071-1/+1
* Improve processing of Bluetooth device discovery on Windows.rpaquay@chromium.org2014-07-3112-260/+640
* Delay assigning socket member to avoid DCHECK in destructor.rpaquay@chromium.org2014-07-311-2/+4
* device/bluetooth: Move GATT observer methods to BluetoothAdapter::Observer.armansito@chromium.org2014-07-3017-415/+405
* Re-enable various MSVC warnings.pkasting@chromium.org2014-07-261-1/+1
* bluetoothLowEnergy: Send onServiceAdded after all characteristics are discoveredarmansito@chromium.org2014-07-236-49/+77
* Encode all grit outputs in .gn filesbrettw@chromium.org2014-07-231-0/+57
* Cleanup: Drop some unnecessary params from the BluetoothSocketNet constructor.isherman@chromium.org2014-07-2310-75/+26
* Enumerate Bluetooth LE services and expose them to chrome.bluetooth API.rpaquay@chromium.org2014-07-2014-116/+425
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-1/+1
* Cleanup: Remove unnecessary uses of direct_dependent_settings.tfarina@chromium.org2014-07-171-8/+3
* Add gcm, nfc and bluetooth to GN build.brettw@chromium.org2014-07-162-0/+154
* Update some Mac Bluetooth TODOs.isherman@chromium.org2014-07-161-14/+11
* Expose "visible" and "authenticated" properties.rpaquay@chromium.org2014-07-114-2/+17
* Retrieve "connected" property from BLE devices.rpaquay@chromium.org2014-07-114-8/+144
* Delay load "setupapi.dll" for Bluetooth (on Windows).rpaquay@chromium.org2014-07-101-0/+1
* Revert 282212 "Retrieve "connected" property from BLE devices."horo@chromium.org2014-07-104-144/+8
* Revert 282286 "Expose "visible" and "authenticated" properties."horo@chromium.org2014-07-104-17/+2
* Expose "visible" and "authenticated" properties.rpaquay@chromium.org2014-07-104-2/+17
* Retrieve "connected" property from BLE devices.rpaquay@chromium.org2014-07-104-8/+144
* Add unit tests for DeviceRegistryPropertyValue.rpaquay@chromium.org2014-07-093-46/+110
* Refactor tcp socket.byungchul@chromium.org2014-07-091-0/+1
* Fix buffer overrun in Bluetooth LE code.rpaquay@chromium.org2014-07-091-2/+4
* Use name passed to chrome.bluetoothSocket.create() as the SDP service name fo...isherman@chromium.org2014-07-0317-111/+150
* Notify chrome.bluetooth.onDeviceRemoved listeners when Classic devices are re...isherman@chromium.org2014-07-026-93/+73
* Clean up BluetoothDiscoverySession a bit.isherman@chromium.org2014-07-024-17/+14