summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-171-1/+1
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-143-18/+22
* Bluetooth: drop "Experimental" from Chrome OS backendkeybuk@chromium.org2013-06-1213-581/+525
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-113-5/+5
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-1115-17/+17
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-073-3/+3
* Bluetooth: use updated constantskeybuk@chromium.org2013-06-051-10/+10
* Update remaining files to use WeakPtr<T>::get() instead of "operator T*"akalin@chromium.org2013-06-041-3/+3
* device: Restructure the layout of gyp files.tfarina@chromium.org2013-06-0355-0/+563
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Bluetooth: remove legacy backendkeybuk@chromium.org2013-05-2511-4999/+0
* Bluetooth: remove enable-experimental-bluetooth flagkeybuk@chromium.org2013-05-233-27/+3
* Bluetooth: Profile support for Chrome OSkeybuk@chromium.org2013-05-099-6/+1066
* Bluetooth: Parse the bluez.Error.Failed on pairing error.deymo@chromium.org2013-05-082-0/+45
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-083-5/+5
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-083-5/+5
* Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS]rsleevi@chromium.org2013-05-071-11/+10
* Bluetooth: set a name for the adapterkeybuk@chromium.org2013-05-063-1/+41
* Implemented BluetoothDeviceWin::ConnectToProfile()youngki@chromium.org2013-05-056-34/+108
* Bluetooth: make BluetoothProfile constructor protectedkeybuk@chromium.org2013-05-031-4/+1
* Bluetooth: fix metrics collectionkeybuk@chromium.org2013-05-032-52/+60
* Bluetooth: Check IsPaired() before IsConnected() to avoid false connectionsdeymo@chromium.org2013-05-034-4/+9
* Relanding addProfile/removeProfile patch with heapchecker fix.youngki@chromium.org2013-05-015-7/+54
* Revert 197554 "Implemented chrome.bluetooth.addProfile and chrom..."timurrrr@chromium.org2013-05-015-54/+7
* Implemented chrome.bluetooth.addProfile and chrome.bluetooth.removeProfile.youngki@chromium.org2013-05-015-7/+54
* Bluetooth: fix fake device classeskeybuk@chromium.org2013-04-301-8/+8
* Bluetooth: gather usage metricskeybuk@chromium.org2013-04-2912-7/+248
* device: Use base::MessageLoop.xhwang@chromium.org2013-04-291-26/+28
* Bluetooth: unregister the agent on CancelPairing()keybuk@chromium.org2013-04-291-1/+7
* Revert 196990 "Bluetooth: gather usage metrics"thakis@chromium.org2013-04-2812-248/+7
* Bluetooth: gather usage metricskeybuk@chromium.org2013-04-2812-7/+248
* fixing the crash: pass the data pointer instead of the class pointer.youngki@chromium.org2013-04-271-2/+2
* device: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* Implemented chrome.bluetooth.getProfiles().youngki@chromium.org2013-04-261-0/+1
* Bluetooth: send DeviceChanged for more propertieskeybuk@chromium.org2013-04-243-21/+69
* Implemented BluetoothDeviceMac::ConnectToProfile().youngki@chromium.org2013-04-2416-7/+207
* D-Bus: notify properties changed from fakeskeybuk@chromium.org2013-04-241-3/+0
* Simplified BluetoothAdapterWin.youngki@chromium.org2013-04-246-114/+42
* Bluetooth: Cache the pairing passkey and pincode in the option handlerdeymo@chromium.org2013-04-232-2/+3
* Bluetooth: fix header sentry comment stylekeybuk@chromium.org2013-04-232-2/+2
* Add missing BluetoothProfile::Options::auto_connectkeybuk@chromium.org2013-04-222-0/+6
* Bluetooth: Send UI notifications when the connecting status changes.deymo@chromium.org2013-04-203-12/+28
* Bluetooth: D-Bus client interface for org.bluez.Input1deymo@chromium.org2013-04-202-3/+52
* Bluetooth: call DeviceChanged observer method on IsConnecting() changekeybuk@chromium.org2013-04-204-42/+63
* Add abstract BluetoothProfile classkeybuk@chromium.org2013-04-1912-1/+190
* Bluetooth: Add support for pairing display notificationsdeymo@chromium.org2013-04-193-10/+52
* Bluetooth: treat unpairable devices as Trusted/Pairedkeybuk@chromium.org2013-04-185-33/+106
* Bluetooth: implement BlueZ 5 backend for Chrome OSkeybuk@chromium.org2013-04-185-14/+3044
* Bluetooth: Don't attempt a pairing for devices not supporting it.keybuk@chromium.org2013-04-172-0/+19
* Bluetooth: Show trusted devices as paired.keybuk@chromium.org2013-04-172-1/+4