summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* 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-164-0/+198
* Mojo: Automatically prepend enum names to enum values for C++ bindings.sammc@chromium.org2014-07-161-26/+26
* Update some Mac Bluetooth TODOs.isherman@chromium.org2014-07-161-14/+11
* Pull buildtools to get GN r282653brettw@chromium.org2014-07-141-2/+0
* 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
* Rename source_prereqs to inputs in the GN build.brettw@chromium.org2014-07-091-1/+1
* Add a basic Mojo SerialService that implements GetDevices().sammc@chromium.org2014-07-0911-4/+173
* Fix buffer overrun in Bluetooth LE code.rpaquay@chromium.org2014-07-091-2/+4
* Move SerialIoHandler into device/serial.sammc@chromium.org2014-07-078-0/+1319
* Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."csharp@chromium.org2014-07-0324-1030/+1205
* Revert 281133 "chrome.hid: enrich model with report IDs"csharp@chromium.org2014-07-0324-1205/+1030
* Use name passed to chrome.bluetoothSocket.create() as the SDP service name fo...isherman@chromium.org2014-07-0317-111/+150
* chrome.hid: enrich model with report IDsjracle@logitech.com2014-07-0324-1030/+1205
* Convert SerialIoHandler to use Mojo types.sammc@chromium.org2014-07-028-15/+81
* 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 more GN deps to the build.brettw@chromium.org2014-07-012-0/+40
* Add Bluetooth LE enumeration to adapter polling.rpaquay@chromium.org2014-06-286-15/+630
* device/bluetooth: Add device::BluetoothGattNotifySession.armansito@chromium.org2014-06-2716-49/+912
* Remove base/platform_file.*rvargas@chromium.org2014-06-241-3/+3
* Log errors in Linux HID from read, write and ioctl calls.reillyg@chromium.org2014-06-212-7/+13
* Make chrome/common compile in GNbrettw@chromium.org2014-06-202-0/+38
* Descriptive log for HID device open failure on Linux.reillyg@chromium.org2014-06-202-10/+12
* 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
* Convert SerialDeviceInfo to a Mojo struct.sammc@chromium.org2014-06-1812-89/+60
* 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
* Add GN Build file for ui/events/ozone.tfarina@chromium.org2014-06-101-0/+22
* 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