summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Update device/usb and its Mojo interface for variable size ISO packets.reillyg2016-02-0210-240/+455
* Move USB string descriptor reading out of usb_service_impl.cc.reillyg2016-01-304-99/+199
* Add Bluetooth class diagram documentation references to README files.scheib2016-01-291-0/+5
* Update webusb_descriptors.cc to parse the new WebUSB descriptors.reillyg2016-01-299-507/+618
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-281-9/+0
* bluetooth: README.md fixes for gitiles rendering.scheib2016-01-281-10/+8
* Remove net/base/io_buffer.h include from usb_device_handle.h.reillyg2016-01-286-2/+10
* bluetooth: README.md and Android Fakes.java documentation.scheib2016-01-282-0/+133
* Creating a CBCentralManager mock for all tests.jlebel2016-01-271-0/+8
* [device] Add setupapi.lib dependency to //device/serialrockot2016-01-272-0/+37
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-271-7/+5
* Add cross platform Bluetooth testing fixture for Windows.gogerald2016-01-277-7/+110
* Emit logcats from device_unittests.stip2016-01-261-0/+1
* Update URLs referencing the draft WebUSB API specification.reillyg2016-01-261-1/+1
* Don't end closing namespace comments with ;Nico Weber2016-01-251-1/+1
* bluetooth: android: Refactor notification tests.scheib2016-01-221-38/+62
* Comment device/bluetooth OWNERS who are no longer fulltime on chromium.scheib2016-01-213-4/+10
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-2113-170/+173
* Tidy up service discovery state for bluez on disconnecttommyt2016-01-212-3/+37
* Changing type from BOOL to NSInteger for call counters in MockCentralManager.jlebel2016-01-211-2/+2
* bluetooth: Invalidate connection objects if a connection fails and add histog...ortuno2016-01-204-76/+43
* bluetooth: Add histogram for Start Service Discovery not supported by kernel.beaufort.francois2016-01-202-0/+3
* bluetooth: Expose Bluetooth on Linux to everyoneortuno2016-01-168-16/+109
* Clear the BLE services list on disconnect.tommyt2016-01-155-1/+74
* Revert of Clear the BLE services list on disconnect. (patchset #4 id:60001 of...scheib2016-01-155-74/+1
* Add scheib to device/bluetooth/OWNERSscheib2016-01-141-3/+1
* Clear the BLE services list on disconnect.tommyt2016-01-145-1/+74
* bluetooth: android: Enable characteristic change notification events.scheib2016-01-1410-25/+353
* mojo: Remove Pass() from MOJO_MOVE_ONLY_TYPEdanakj2016-01-142-8/+8
* Convert Pass()→std::move() for Mac build.dcheng2016-01-134-13/+15
* bluetooth: android: Implement Descriptor Write as needed for notifications.scheib2016-01-136-2/+90
* bluetooth: android: Implement characteristic GetService.scheib2016-01-134-12/+30
* bluetooth: android: Initial basic Descriptors implementation.scheib2016-01-1321-29/+708
* bluetooth: android: Code cleanup fixing comments, typos, simplified names.scheib2016-01-1212-53/+52
* Move mojo/application/public -> mojo/shell/publicben2016-01-126-13/+13
* net: move kBluetoothAddressSize constant into winsock_util.htfarina2016-01-111-1/+1
* bluetooth: android: Add BluetoothDevice::ConnectErrorCode enumsjiangkai2016-01-113-11/+53
* Add librt to default libs on linuxspang2016-01-081-4/+0
* Reland of Implement basic USB device enumeration on Android. (patchset #1 id:...reillyg2016-01-0726-23/+933
* Revert of Implement basic USB device enumeration on Android. (patchset #3 id:...reillyg2016-01-0726-933/+23
* Implement basic USB device enumeration on Android.reillyg2016-01-0626-23/+933
* Clean up Objective-C unit tests.jlebel2016-01-052-19/+0
* GN: Don't compile battor_agent, imagediff, bitmaptools on Androidagrieve2016-01-051-0/+3
* Global conversion of Pass()→std::move(): CrOS editiondcheng2015-12-311-1/+1
* Remove random lonely semicolons.thestig2015-12-301-4/+0
* Global conversion of Pass()→std::move(): Linux GN static library editiondcheng2015-12-301-1/+3
* Convert Pass()→std::move() in //devicedcheng2015-12-2762-295/+366
* Switch to standard integer types in device/.avi2015-12-22280-505/+959
* Replace RE2 import with a dependencybattre2015-12-212-2/+2
* Check use_dbus==1 when compiling dbus dependent bluetooth unittestsdnicoara2015-12-172-2/+2