summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Conditionally disable bthledef.h workaroundbrucedawson2015-07-161-1/+8
* Fix BLE register Dbus interactions.rkc2015-07-151-14/+36
* Added runtime checks to BluetoothLowEnergyDeviceMac andkrstnmnlsn2015-07-156-93/+51
* Add more ReceiveError enumsjuncai2015-07-151-0/+5
* Make default bluetooth adaptor name more robust w.r.t. CrOS device type.jdufault2015-07-151-8/+18
* bluetooth: android: Initial BluetoothDeviceAndroid implementation.scheib2015-07-1416-17/+736
* bluetooth: android: Strings included in Chrome build.scheib2015-07-133-64/+70
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-138-10/+480
* Use permission_broker's OpenPath method to open serial ports.reillyg2015-07-135-69/+64
* Convert usages of mojo::ErrorHandler in //device to callbacks.leon.han2015-07-115-34/+10
* Use permission_broker's OpenPath method to open HID devices.reillyg2015-07-102-44/+65
* Remove fallback when requesting a single USB interface.reillyg2015-07-104-48/+0
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-3/+2
* Revert of bluetooth: android: Initial Low Energy Discovery Sessions. (patchse...scheib2015-07-098-480/+10
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-088-10/+480
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-082-4/+0
* Reland: Add a public cpp targets for devices_approckot2015-07-0810-26/+141
* Recreated class BluetoothDeviceMac, now as an interface for bothkrstnmnlsn2015-07-079-15/+71
* Chrome serial device reconnect detectionjuncai2015-07-073-33/+13
* Convert all usages of mojo::ErrorHandler in //device/serial to callbacks.tanay.c2015-07-0710-30/+36
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-1/+2
* Add test for UsbDeviceHandle::SetInterfaceAlternateSetting.reillyg2015-07-061-2/+30
* Fix some clang warnings with -Wmissing-braces in device.dcheng2015-07-061-1/+1
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-022-5/+5
* Refactoring BluetoothDeviceMac to be namedkrstnmnlsn2015-06-309-83/+87
* Isolate device_unittests.reillyg2015-06-302-0/+48
* bluetooth: android: Refactor tests, wrappers, and fakes.scheib2015-06-3020-259/+387
* Temporarily re-enable requesting USB interfaces with RequestPathAccess.reillyg2015-06-294-0/+48
* Fix bluetooth crash after hotrod enrollment.achuith2015-06-261-5/+0
* Submission for C++ Readabilityjamuraa2015-06-259-150/+176
* bluetooth: android: Create Wrapper and Fake for android.bluetooth.BluetoothAd...scheib2015-06-2515-169/+422
* Adding support for Low Energy device discovery to BluetoothAdapterMac.krstnmnlsn2015-06-2513-64/+362
* Chromium side of RequestDeviceOptions implementation.jyasskin2015-06-242-0/+45
* Open USB devices through the permission broker's OpenPath method.reillyg2015-06-244-12/+41
* Move more string_util functions to base namespace.brettw2015-06-243-4/+4
* Detect chrome serial device disconnectionjuncai2015-06-243-1/+33
* Adds device_core to device_unittests dependency list.gunsch2015-06-231-0/+1
* Revert of Reland: Add a public cpp targets for devices_app (patchset #1 id:1 ...thestig2015-06-2310-141/+26
* [Android log] Remove Log#makeTagdgn2015-06-221-1/+1
* [Proximity Auth] Port the ProximityMonitor class.isherman2015-06-191-1/+1
* Reland: Add a public cpp targets for devices_approckot2015-06-1810-26/+141
* Better track in progress USB enumerations on Windows.reillyg2015-06-172-31/+35
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Return after posting success or failure in EnumerateUdevDevice.reillyg2015-06-171-0/+3
* Fetch USB device strings asynchronously to avoid libusb race conditions.reillyg2015-06-156-329/+380
* Revert of Add public cpp targets for devices_app (patchset #1 id:20001 of htt...rockot2015-06-1510-140/+26
* Add a public cpp targets for devices_approckot2015-06-1510-26/+140
* bluetooth: Browser-side implementation of readValueortuno2015-06-122-0/+12
* Implement break signal for serial api.limasdf2015-06-127-0/+55
* bluetooth: Browser-side implementation of getCharacteristicortuno2015-06-115-4/+46