summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* [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
* chrome.bluetoothLowEnergy: Implement getCharacteristics.armansito@chromium.org2014-05-033-0/+94
* Reimplement BluetoothSocketChromeOSkeybuk@chromium.org2014-05-0225-614/+753
* chrome.hid: Kill Windows jank on enumeration.rockot@chromium.org2014-05-021-14/+0
* [Bluetooth, Mac] Normalize device addresses to have the format XX:XX:XX:XX:XX:XXisherman@chromium.org2014-05-025-41/+37
* Expose device RSSI and Tx power via the chrome.bluetooth API.isherman@chromium.org2014-05-019-6/+137
* Check that Bluetooth adapter is present when setting adapter properties.tengs@chromium.org2014-05-011-0/+9
* Remove static initializer in device/bluetooth/bluetooth_gatt_descriptor.cc.pliard@chromium.org2014-04-303-22/+73
* Add explicit constructors with field initializers.rpaquay@chromium.org2014-04-302-0/+28
* win: Implement Bluetooth server.xiyuan@chromium.org2014-04-296-27/+410
* Implement Bluetooth server socket support for RFCOMM on Mac.isherman@chromium.org2014-04-285-69/+315
* Devices without devnode are filtered out.ygorshenin@chromium.org2014-04-282-15/+27
* chrome.bluetoothLowEnergy: Implement getService and getServices.armansito@chromium.org2014-04-288-5/+110
* Block some HID devices from chrome.hid.rockot@chromium.org2014-04-281-0/+73
* Replaced FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM) with logging::SystemErrorC...vitalybuka@chromium.org2014-04-251-14/+2
* HID: Support top-level collection usages in device info.rockot@chromium.org2014-04-2517-72/+1209
* HID : read-only device access fallback when read/write failsjracle@logitech.com2014-04-243-3/+27
* device/bluetooth/OWNERS: Add set noparent.armansito@chromium.org2014-04-241-0/+2
* Make GN's "check" run cleanly.brettw@chromium.org2014-04-221-3/+1
* Added device types (bluetooth, usb, serio) to InputDeviceInfo.ygorshenin@chromium.org2014-04-222-5/+25
* Moar cleanup in the Mac Bluetooth code:isherman@chromium.org2014-04-195-70/+19
* Added InputServiceProxy, which lives on the UI thread and forwards all calls ...ygorshenin@chromium.org2014-04-172-63/+106
* [Cleanup] Minor cleanup in bluetooth device code.isherman@chromium.org2014-04-1722-217/+220
* Fix case of IOReturn.h.torne@chromium.org2014-04-161-1/+1
* Added InputServiceLinux, which monitors all devices from hid or input subsyst...ygorshenin@chromium.org2014-04-128-9/+329
* Remove BluetoothDevice::ConnectToServicekeybuk@chromium.org2014-04-118-74/+0
* device/bluetooth: Add chromeos::BluetoothRemoteGattDescriptorChromeOS.armansito@chromium.org2014-04-1111-37/+635
* Bluetooth: rename Release to avoid RefCounted conflictkeybuk@chromium.org2014-04-114-4/+4
* MacOS implementation of BluetoothSocket.rpaquay@chromium.org2014-04-107-149/+527
* Udev-related methods are extracted from HidServiceLinux into an individual se...ygorshenin@chromium.org2014-04-107-154/+280
* device/bluetooth: Add chromeos::BluetoothRemoteGattCharacteristicChromeOS.armansito@chromium.org2014-04-1011-59/+923
* device/bluetooth: Add chromeos::BluetoothRemoteGattServiceChromeOS.armansito@chromium.org2014-04-0821-96/+720
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-0830-243/+969
* Add optional public header checking to GN buildbrettw@chromium.org2014-04-071-1/+4
* Revert 262175 "* Replace "read" method with onReceiveXxx events."scottmg@chromium.org2014-04-0730-961/+243
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-0730-243/+961