summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Add a stub BluetoothAdapter for Linux builds without dbus.slan2015-11-114-237/+258
* [GN] Only include udev sources in //device/hid when use_udev is true.slan2015-11-102-23/+16
* Ask for the location permission on Android.jyasskin2015-11-103-5/+32
* Remove redundant 'virtual' in bluetooth_test_android.hperezju2015-11-061-2/+2
* Add browsertests for VibrationManager java impl on android.leon.han2015-11-061-2/+29
* Reland "Add Linux support for the Bluetooth API"rkc2015-11-0657-1895/+1913
* bluetooth: android: Implement StartNotifySession.scheib2015-11-0614-11/+285
* Reland: Refactor DBusThreadManager to split away BT clients.rkc2015-11-05112-898/+15777
* Revert of Reland: Refactor DBusThreadManager to split away BT clients. (patch...tommycli2015-11-04112-15777/+898
* Reland: Refactor DBusThreadManager to split away BT clients.rkc2015-11-04112-898/+15777
* bluetooth: android: Implement WriteRemoteCharacteristic.scheib2015-11-0311-24/+474
* Moves SendBuffer and ReceiveBuffer to a more accessible locationcharliea2015-11-032-0/+94
* bluetooth: android: Implement ReadRemoteCharacteristic and GetValue.scheib2015-11-0316-60/+634
* gn format everything.tfarina2015-11-031-1/+3
* bluetooth: Implement GattServicesDiscovered on androidortuno2015-11-024-0/+37
* Extracts more information from serial devices on Windowscharliea2015-11-024-9/+162
* bluetooth: Wire up GattServices property from deviceortuno2015-11-026-0/+68
* bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetProperties()scheib2015-10-289-24/+74
* bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetUUID.scheib2015-10-289-22/+153
* bluetooth: android: Clean up BluetoothRemoteGattServiceAndroid.scheib2015-10-273-30/+26
* bluetooth: android: Implement Characteristic GetIdentifier, fix Service IDs too.scheib2015-10-2714-59/+197
* bluetooth: android: Accumulate advertised UUIDs.scheib2015-10-243-18/+20
* bluetooth: android: Implement BluetoothRemoteGattServiceAndroid::GetCharacter...scheib2015-10-2316-18/+460
* Avoid freeing thread-unsafe mojo::Callbacks on the FILE thread.reillyg2015-10-232-34/+52
* Don't include trace_event.h from trace_event_argument.h.jbroman2015-10-221-0/+1
* Add more test binaries to GN Mac build.brettw2015-10-211-1/+2
* bluetooth: Add characteristicvaluechanged eventortuno2015-10-202-0/+48
* Extracts more information from serial devices on Maccharliea2015-10-201-7/+187
* bluetooth: mac: Only test Low Energy discovery sessions.scheib2015-10-185-36/+29
* bluetooth: mac: Fix incorrect use of AdvertisementData dictionary strings.scheib2015-10-182-6/+6
* bluetooth: android: BluetoothRemoteGattServiceAndroid::GetUUIDscheib2015-10-1617-28/+189
* Make //device/core a component.reillyg2015-10-155-11/+44
* Change default string descriptor buffer size to 255 bytes.reillyg2015-10-151-2/+2
* mac: Make device_unittests build with the 10.11 SDK.thakis2015-10-131-4/+4
* 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