summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter_android.cc
Commit message (Expand)AuthorAgeFilesLines
* Add GetUUIDs to device::BluetoothAdapter for BlueZsmbarber2016-03-221-0/+5
* bluetooth: android: register for adapter on/off events.perja2016-02-261-0/+7
* bluetooth: android: Fix a couple of crashes when adapter is turned on/off.perja2016-02-081-1/+6
* jni: Pass method parameters as JavaParamRef in device/bluetooth.torne2015-11-271-5/+9
* Bluetooth: Store devices_ in BluetoothAdapter with scoped pointers.leon.han2015-10-071-9/+15
* bluetooth: Add adapter to BluetoothDevicescheib2015-09-161-1/+1
* Add histograms for BT discovery session failures.jyasskin2015-08-271-6/+9
* bluetooth: android: Initial BluetoothDeviceAndroid implementation.scheib2015-07-141-3/+26
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-131-3/+23
* Revert of bluetooth: android: Initial Low Energy Discovery Sessions. (patchse...scheib2015-07-091-23/+3
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-081-3/+23
* bluetooth: android: Refactor tests, wrappers, and fakes.scheib2015-06-301-9/+9
* bluetooth: android: Create Wrapper and Fake for android.bluetooth.BluetoothAd...scheib2015-06-251-29/+19
* bluetooth: Enable BluetoothAdapterFactory on android.scheib2015-05-141-2/+4
* bluetooth: Android adapter can be created with and without Bluetooth permission.scheib2015-05-121-12/+25
* Revert of bluetooth: Android adapter can be created with and without Bluetoot...jbudorick2015-05-111-25/+12
* bluetooth: Android adapter can be created with and without Bluetooth permission.scheib2015-05-111-12/+25
* bluetooth: Initial JNI setup for device/bluetooth.scheib2015-05-071-1/+18
* bluetooth: Stub out BluetoothAdapterAndroidscheib2015-04-291-0/+138