summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Bluetooth LE enumeration to adapter polling.rpaquay@chromium.org2014-06-285-15/+629
* device/bluetooth: Add device::BluetoothGattNotifySession.armansito@chromium.org2014-06-2716-49/+912
* device/bluetooth: Implement BluetoothGattConnection on Chrome OS.armansito@chromium.org2014-06-208-2/+326
* device/bluetooth: Send GattServiceChanged event for new Chrc. properties.armansito@chromium.org2014-06-192-0/+26
* device/bluetooth: Introduce BluetoothGattConnection.armansito@chromium.org2014-06-1811-0/+116
* [Bluetooth] Improve the adapter's awareness of connected devices.isherman@chromium.org2014-06-1810-26/+92
* Implment support for L2CAP server sockets on Mac.isherman@chromium.org2014-06-163-33/+213
* Add support for client L2CAP sockets on Mac.isherman@chromium.org2014-06-146-18/+280
* device/bluetooth: Clean up classic discovery in BluetoothAdapterMac.armansito@chromium.org2014-06-135-176/+375
* Remove BluetoothServiceRecord base class.keybuk@chromium.org2014-06-135-94/+27
* Factor out a BluetoothChannelMac base class and a BluetoothRfcommChannelMac s...isherman@chromium.org2014-06-127-160/+395
* chrome.bluetoothSocket: clean-up Listen functionskeybuk@chromium.org2014-06-1012-28/+5
* Bluetooth: Implement new socket API for OS Xisherman@chromium.org2014-06-1018-889/+608
* Bluetooth: fix RFCOMM Disconnected errorkeybuk@chromium.org2014-06-102-15/+7
* device/bluetooth: Update GATT descriptor value D-Bus bindings.armansito@chromium.org2014-06-086-95/+66
* device/bluetooth: Update characteristic value D-Bus bindings.armansito@chromium.org2014-06-075-115/+95
* [Bluetooth] Clean up code to extract a UUID from SDP data.isherman@chromium.org2014-06-071-19/+21
* device/bluetooth: Implement GATT characteristic properties on Chrome OS.armansito@chromium.org2014-06-073-4/+78