summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Relanding addProfile/removeProfile patch with heapchecker fix.youngki@chromium.org2013-05-016-7/+56
* Revert 197554 "Implemented chrome.bluetooth.addProfile and chrom..."timurrrr@chromium.org2013-05-016-56/+7
* Implemented chrome.bluetooth.addProfile and chrome.bluetooth.removeProfile.youngki@chromium.org2013-05-016-7/+56
* 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-2417-7/+209
* 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
* Change MediaTransferProtocolManager::Initialize to use a TaskRunner instead o...thestig@chromium.org2013-04-232-13/+13
* 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-1913-1/+192
* 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
* Storage Monitor: Make StorageMonitorLinux own the MediaTransferProtocolManager.thestig@chromium.org2013-04-182-30/+10
* Bluetooth: implement BlueZ 5 backend for Chrome OSkeybuk@chromium.org2013-04-186-14/+3048
* 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
* Simplified BluetoothDeviceMac.youngki@chromium.org2013-04-123-92/+67
* Simplified BluetoothAdapterMac.youngki@chromium.org2013-04-103-238/+24
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-8/+8
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-8/+8
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-8/+8
* Bluetooth: clean up Bluetooth classeskeybuk@chromium.org2013-04-0523-180/+310
* Bluetooth: rename experimental ChromeOS fileskeybuk@chromium.org2013-04-034-30/+30
* Bluetooth: remove private members from BluetoothAdapterkeybuk@chromium.org2013-04-0212-21/+52
* Bluetooth: rename TrackDefaultAdapter to Initkeybuk@chromium.org2013-04-0211-41/+18
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-302-2/+2
* Implemented Device Inquiry.youngki@chromium.org2013-03-292-2/+210
* Restricts BluetoothAdapterMac to OSX 10.7 or later.youngki@chromium.org2013-03-291-1/+2
* Bluetooth: remove BluetoothAdapter::IsScanningkeybuk@chromium.org2013-03-2815-332/+67
* Completes BluetoothDeviceMac implementation.youngki@chromium.org2013-03-283-0/+40
* Update device/bluetooth/OWNERSkeybuk@chromium.org2013-03-271-1/+1
* fix to be 64-bit compatible.youngki@chromium.org2013-03-271-2/+2
* Implemented BluetoothAdapterMac::AddDevices() and BluetoothAdapterMac::Remove...youngki@chromium.org2013-03-2611-17/+344
* Bluetooth: Disable "IsConnectable" property for ChromeOS implementation.deymo@chromium.org2013-03-262-31/+0
* Added BluetoothDeviceMac (empty implementation)youngki@chromium.org2013-03-193-0/+174
* Implemented BluetoothSocketMac.youngki@chromium.org2013-03-187-5/+215