summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consolidate SDK forwards in sdk_forward_declarations.h.avi@chromium.org2014-06-073-44/+3
* [Bluetooth] Remove the deprecated BluetoothServiceRecordMac class.isherman@chromium.org2014-06-067-281/+35
* Bluetooth: Implement socket API for Windows.xiyuan@chromium.org2014-06-069-410/+148
* Fix components_unittests embedded buildspang@chromium.org2014-06-051-4/+5
* Bluetooth: Authorize Service when Pairedkeybuk@chromium.org2014-06-051-2/+20
* Disable compiling Udev HID implementations when use_udev==0dnicoara@chromium.org2014-06-054-10/+28
* device/bluetooth: Fix bug in the GattServiceChanged event is sent.armansito@chromium.org2014-06-041-0/+4
* Linux: Unify udev scopers.thestig@chromium.org2014-06-038-58/+102
* Update skia and ui GN buildsbrettw@chromium.org2014-05-311-2/+1
* Bluetooth: remove Out of Band Pairing APIskeybuk@chromium.org2014-05-2819-163/+0
* chrome.hid (Win): fail to retrieve device info when used concurrentlyjracle@logitech.com2014-05-221-4/+18
* Bluetooth: add extra logging messageskeybuk@chromium.org2014-05-211-0/+3
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* bluetooth_device: Support for Playstation DualShock3 joystickeduardo.lima@intel.com2014-05-193-1/+25
* [Bluetooth] Standardize Bluetooth device address format to XX:XX:XX:XX:XX:XX.isherman@chromium.org2014-05-1713-23/+114
* [Bluetooth] Use base::ToLowerASCII() rather than tolower(), as the later is l...isherman@chromium.org2014-05-161-1/+1
* Minor cleanup in bluetooth_device.ccisherman@chromium.org2014-05-151-3/+4
* Move usb_ids.py script into device/usb.tfarina@chromium.org2014-05-143-3/+113
* Bluetooth UUIDs should be case-insensitive.isherman@chromium.org2014-05-143-36/+57
* Bluetooth: Implement new socket API for Chrome OSkeybuk@chromium.org2014-05-1315-1002/+1257
* chrome.bluetoothLowEnergy: Implement getDescriptors.armansito@chromium.org2014-05-133-0/+86
* Implement chrome.bluetoothSocket.listenUsing*()keybuk@chromium.org2014-05-1220-21/+208
* Hook up RSSI and host transmit power Bluetooth device properties for ChromeOS.tengs@chromium.org2014-05-119-7/+102
* [Bluetooth, Mac] Use lowercase for the bluetooth device address for M36.isherman@chromium.org2014-05-101-1/+2
* device/bluetooth: Improvements to GATT descriptor access API.armansito@chromium.org2014-05-098-1/+204
* [Bluetooth, Mac] Refresh remote SDP listing prior to attempting to connect to...isherman@chromium.org2014-05-082-27/+138
* Implement chrome.bluetoothSocket.connect()keybuk@chromium.org2014-05-0813-10/+93
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-2/+1
* Fix Windows HID buffer errors.rockot@chromium.org2014-05-052-28/+21