summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-104-12/+12
* bluetooth: android: Crash fix: Check Characteristic isn't already destroyed.scheib2015-12-067-15/+108
* Make //device pass "gn check"brettw2015-12-041-2/+3
* Kill ScopedPtrMap and friendslimasdf2015-12-022-16/+14
* Convert various vector_as_array calls to vector::data.davidben2015-12-011-5/+2
* 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
* bluetooth: Fix crash when trying to read or write when operation pendingortuno2015-11-227-195/+323
* Use bluetooth and bluetoothPrivate APIs in Options UIstevenjb2015-11-203-7/+24
* Run gn --format over all .gn filesagrieve2015-11-201-2/+2
* Test that device/bluetooth fails to scan on Android when denied permission.jyasskin2015-11-188-28/+104
* Implement bluetoothPrivate.forgetstevenjb2015-11-1213-17/+30
* Add a stub BluetoothAdapter for Linux builds without dbus.slan2015-11-114-237/+258
* Ask for the location permission on Android.jyasskin2015-11-103-5/+32
* Remove redundant 'virtual' in bluetooth_test_android.hperezju2015-11-061-2/+2
* Reland "Add Linux support for the Bluetooth API"rkc2015-11-0655-1878/+1884
* 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
* bluetooth: android: Implement ReadRemoteCharacteristic and GetValue.scheib2015-11-0316-60/+634
* bluetooth: Implement GattServicesDiscovered on androidortuno2015-11-024-0/+37
* 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-2712-58/+191
* bluetooth: android: Accumulate advertised UUIDs.scheib2015-10-243-18/+20
* bluetooth: android: Implement BluetoothRemoteGattServiceAndroid::GetCharacter...scheib2015-10-2316-18/+460
* Don't include trace_event.h from trace_event_argument.h.jbroman2015-10-221-0/+1
* bluetooth: Add characteristicvaluechanged eventortuno2015-10-202-0/+48
* 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-1615-28/+187
* mac: Make device_unittests build with the 10.11 SDK.thakis2015-10-131-4/+4
* 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
* 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
* 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
* Fix static initializers from r316709.thestig2015-10-013-26/+34
* 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-2974-1923/+1931
* Add Linux support for the Bluetooth API.rkc2015-09-2974-1931/+1923
* Refactor DBusThreadManager to split away BT clients.rkc2015-09-28112-949/+15708
* bluetooth: android: Disconnect GATT upon BluetoothDeviceAndroid object destru...scheib2015-09-283-4/+19