summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary content entry from device's DEPS. device shouldn't depend ...jam@chromium.org2013-03-141-2/+0
* Implemented BluetoothServiceRecordMac with unittest.youngki@chromium.org2013-03-134-0/+269
* Remove BluetoothAdapterFactory::Createkeybuk@chromium.org2013-03-126-49/+3
* Add BluetoothAdapterChromeOSExperimental (empty for now)keybuk@chromium.org2013-03-115-8/+186
* Remove Debug restriction on Bluetooth log messageskeybuk@chromium.org2013-03-082-34/+34
* Implemented AdapterState.youngki@chromium.org2013-03-044-3/+139
* Added BluetoothAdapterMac (empty implementation for now)youngki@chromium.org2013-03-013-0/+130
* Bluetooth: Add a "connecting" property to BluetoothDevice.deymo@chromium.org2013-02-264-8/+65
* Bluetooth: Ignore the disconnect error message when device is already disconn...deymo@chromium.org2013-02-261-2/+8
* Bluetooth: Requery service records when device reconnects after reboot.deymo@chromium.org2013-02-261-0/+13
* Added Adapter*Changed() observer calls to BluetoothAdapterWin.youngki@chromium.org2013-02-252-3/+58
* Implemented BluetoothDeviceWin.youngki@chromium.org2013-02-2511-34/+185
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Bluetooth: Add a "connectable" property to the BluetoothDevice.deymo@chromium.org2013-02-237-48/+213
* device: Create device_bluetooth_string.{gyp,grd} files.tfarina@chromium.org2013-02-2256-7/+450
* Implemented Device/Service discovery with incremented timeout values.youngki@chromium.org2013-02-2110-105/+1165
* DBus: Use TaskRunners instead of MessageLoopProxies.thestig@chromium.org2013-02-201-1/+1
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-2/+2
* Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition.rsleevi@chromium.org2013-02-071-1/+1
* Implemented BluetoothSocketWin.youngki@chromium.org2013-02-0316-107/+188
* Remove 'content' dependency from device/media_transfer_protocol.kmadhusu@chromium.org2013-02-013-22/+46
* Remove dependencies to 'chrome' from device/media_transfer_protocol.kmadhusu@chromium.org2013-01-312-5/+0
* Bluetooth: change capitilization of ChromeOs to ChromeOSkeybuk@chromium.org2013-01-309-336/+336
* Implemented BluetoothSocket::Receive() and BluetoothSocket::Write() on ChromeOS.youngki@chromium.org2013-01-298-4/+118
* Bluetooth: fix issues with discovery APIkeybuk@chromium.org2013-01-297-103/+969
* Resubmitting asynchronous bluetooth adapter init CL with fix.youngki@chromium.org2013-01-2517-120/+199
* Make device_unittests depend on liballocator if linux_use_tcmalloc==1youngki@chromium.org2013-01-251-0/+9
* Removed DeviceTestSuite, the main source for content dependency fromyoungki@chromium.org2013-01-235-46/+4
* Revert 178311 - it broke the Linux sizes bot because of the new static initia...fischman@chromium.org2013-01-2316-175/+103
* We cannot run adapter callbacks inside BluetoothAdapterWin because passing sc...youngki@chromium.org2013-01-2316-103/+175
* Fix bluetooth crashing issue, which happens due the pairing_delegate goes awa...jennyz@chromium.org2013-01-233-14/+45
* Implemented BluetoothServiceRecordWin.youngki@chromium.org2013-01-206-8/+246
* Implemented BluetoothAdapterWin::SetPowered().youngki@chromium.org2013-01-175-9/+83
* Created BluetoothAdapter::IsInitialized() and BluetoothAdapter::QueueAdapterC...youngki@chromium.org2013-01-179-8/+39
* Separated BluetoothServiceRecord interface from BluetoothServiceRecordChromeOs.youngki@chromium.org2013-01-167-143/+190
* Implemented BluetoothTaskManagerWin class.youngki@chromium.org2013-01-168-190/+445
* Changed DefaultAdapter to RunCallbackOnAdapterReady function.youngki@chromium.org2013-01-124-217/+285
* Bluetooth: Always log connection error messages.deymo@chromium.org2013-01-101-9/+13
* Try 2 [Media Gallery] Move chrome/browser/media_transfer_protocol code to src...kmadhusu@chromium.org2013-01-047-0/+1324
* Revert 175073 because it fails to compile on Linux.alexeypa@google.com2013-01-047-1324/+0
* [Media Gallery] Move chrome/browser/media_transfer_protocol code to src/device.kmadhusu@chromium.org2013-01-047-0/+1324
* Pass Bluetooth errors back to the UI.deymo@chromium.org2012-12-212-10/+37
* bluetooth: ConnectErrorCode added in the BluetoothDevice::Connect error callbackdeymo@chromium.org2012-12-186-37/+63
* Update device/OWNERSkeybuk@chromium.org2012-12-121-1/+1
* Build fix for Windows with VS2012 about FACILITY_VISUALCPP macroyosin@chromium.org2012-12-061-1/+1
* Delayload bluetooth imports on Windows.grt@chromium.org2012-12-052-1/+57