summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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