summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-132-0/+2
* Don't use base::MessageLoop::{Quit,QuitClosure} in ash/, chromeos/, device/ki.stfu2015-10-124-12/+12
* bluetooth: android: Create BluetoothRemoteGattServiceAndroid objects.scheib2015-10-1015-3/+427
* Revert "Extracts more information from serial devices on Mac"charliea2015-10-091-133/+30
* Revert "Extracts more information from serial devices on Windows"charliea2015-10-094-109/+10
* bluetooth: Refactor BluetoothTest member names.scheib2015-10-096-59/+58
* Bluetooth: Store devices_ in BluetoothAdapter with scoped pointers.leon.han2015-10-078-115/+175
* Bluetooth: Store gatt_services_ in BluetoothDevice with scoped pointers.leon.han2015-10-073-21/+17
* Fix cross-thread InterfacePtr passing in device/serial.sammc2015-10-071-3/+4
* Revert "Refactor DBusThreadManager to split away BT clients."rkc2015-10-06112-15714/+872
* bluetooth: Detect and fix incorrect thread usage of BluetoothDispatcherHost.scheib2015-10-051-5/+11
* Reland of Provide the DeviceManager service to the renderer directly, no app....finnur2015-10-057-163/+56
* Revert of Provide the DeviceManager service to the renderer directly, no app....finnur2015-10-057-56/+163
* Fix Linux GN Clobber build error after r352222.jam2015-10-031-1/+1
* Provide the DeviceManager service to the renderer directly, no app.reillyg2015-10-037-163/+56
* Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.jam2015-10-021-2/+2
* Fix static initializers from r316709.thestig2015-10-013-26/+34
* Isolate device_unittests_apk.stip2015-10-012-0/+36
* Add configuration and interface permission checks to DeviceImpl.reillyg2015-09-2916-152/+385
* Fixing bluetoothPrivate.pair to pair with trusted devices.sacomoto2015-09-298-23/+221
* Revert of Add Linux support for the Bluetooth API. (patchset #10 id:90001 ofyoichio2015-09-2976-1952/+1948
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-291-1/+1
* Add Linux support for the Bluetooth API.rkc2015-09-2976-1948/+1952
* Refactor DBusThreadManager to split away BT clients.rkc2015-09-28112-949/+15708
* HID report descriptors not available before OS X 10.8.reillyg2015-09-281-2/+1
* Extracts more information from serial devices on Windowscharliea2015-09-284-10/+109
* bluetooth: android: Disconnect GATT upon BluetoothDeviceAndroid object destru...scheib2015-09-283-4/+19
* bluetooth: Add scheib to OWNERS for device/bluetooth/*test*scheib2015-09-282-2/+3
* Updating the GATT connection device address when it changes.sacomoto2015-09-281-0/+5
* Remove unnecessary InterfaceClaimer::Claim method.reillyg2015-09-261-20/+7
* Handle change of BLE address after pairingjpawlowski2015-09-256-0/+81
* Always add direction flag to endpoint number when submitting transfers.reillyg2015-09-252-116/+56
* bluetooth: Android: Refactor BluetoothTest, simplifying tests.scheib2015-09-248-165/+93
* bluetooth: Add logging in BluetoothDispatcherHost::OnServicesDiscoveredortuno2015-09-241-2/+5
* Handle RESCAN events from the Bluetooth chooser by starting or extending a di...jyasskin2015-09-242-0/+18
* Convert uint8/uint16 to uint8_t/uint16_t in //device/usb.reillyg2015-09-2416-132/+125
* bluetooth: android: Rename ScanCallbackImpl to ForwardScanCallbackToWrapper.scheib2015-09-231-10/+11
* bluetooth: android: Rename FakeBluetoothLeScanner.mCallback to mScanCallback.scheib2015-09-231-11/+11
* bluetooth: android: Implement CreateGattConnection.scheib2015-09-2314-33/+778
* bluetooth: android: Update to new logging tag style, 'cr_Bluetooth'.scheib2015-09-232-2/+2
* Cleanup: Pass std::string as const reference from device/ki.stfu2015-09-231-1/+1
* Implement getConfiguration in WebUSBDeviceImpl.reillyg2015-09-222-4/+4
* Move device opening from DeviceManager to Device.reillyg2015-09-218-210/+222
* bluetooth: windows: Reorder bluetooth_device_win.cc to match .h method ordering.scheib2015-09-211-110/+105
* bluetooth: Remove unused MockBluetoothDevice::StartConnectionMonitor.scheib2015-09-211-4/+0
* bluetooth: Create base class BluetoothDevice::CreateGattConnection impl.scheib2015-09-2118-36/+272
* Use UintToString() for unsigned values.ricea2015-09-181-2/+2
* Add chrome.usb.getConfigurations function.reillyg2015-09-182-0/+21
* Fix threading issues in UsbDeviceHandleImpl.dgozman2015-09-181-14/+40
* Convert between endpoint number and endpoint address in DeviceImpl.reillyg2015-09-172-12/+16