summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Ensure libusb_close is called from the FILE thread.Reilly Grant2016-03-041-2/+8
* 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
* net: Extract SetNonBlocking() function from net_util.htfarina2015-12-161-3/+1
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-105-14/+13
* [webnfc] Introduce NFC mojo service.alexander.shalamov2015-12-073-0/+102
* bluetooth: android: Crash fix: Check Characteristic isn't already destroyed.scheib2015-12-067-15/+108
* Make //device pass "gn check"brettw2015-12-047-7/+19
* Kill ScopedPtrMap and friendslimasdf2015-12-023-17/+14
* GN: Merge apk_deps and deps in test() templateagrieve2015-12-011-2/+4
* Convert various vector_as_array calls to vector::data.davidben2015-12-012-7/+3
* Add more components to "gn check"brettw2015-11-271-1/+1
* jni: Pass method parameters as JavaParamRef in device/bluetooth.torne2015-11-2710-62/+98
* Add context_utils.h includes where needed.torne2015-11-252-0/+2
* Modify SerialIoHandlerWin::OnDeviceRemoved to generatejuncai2015-11-241-1/+1
* Create shared MockDeviceClient and MockHidService classes.reillyg2015-11-2413-36/+221
* Make SerialIoHandlerWin::UiThreadHelper final.Nico Weber2015-11-232-2/+4
* bluetooth: Fix crash when trying to read or write when operation pendingortuno2015-11-227-195/+323
* Add code to deal with serial device disconnectionjuncai2015-11-2112-74/+256
* Convert ConnectToApplication to take a params classben2015-11-201-3/+1
* Use bluetooth and bluetoothPrivate APIs in Options UIstevenjb2015-11-203-7/+24
* Run gn --format over all .gn filesagrieve2015-11-202-3/+3
* Adds dbus as a dependency to device/serial/serial.gyp:device_serialcharliea2015-11-201-0/+1
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-192-2/+4
* Test that device/bluetooth fails to scan on Android when denied permission.jyasskin2015-11-188-28/+104