summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2610-17/+337
* Bluetooth: Disable "IsConnectable" property for ChromeOS implementation.deymo@chromium.org2013-03-262-31/+0
* Added BluetoothDeviceMac (empty implementation)youngki@chromium.org2013-03-192-0/+172
* Implemented BluetoothSocketMac.youngki@chromium.org2013-03-186-5/+213
* Implemented BluetoothServiceRecordMac with unittest.youngki@chromium.org2013-03-133-0/+266
* Remove BluetoothAdapterFactory::Createkeybuk@chromium.org2013-03-126-49/+3
* Add BluetoothAdapterChromeOSExperimental (empty for now)keybuk@chromium.org2013-03-113-8/+183
* Remove Debug restriction on Bluetooth log messageskeybuk@chromium.org2013-03-082-34/+34
* Implemented AdapterState.youngki@chromium.org2013-03-043-3/+138
* Added BluetoothAdapterMac (empty implementation for now)youngki@chromium.org2013-03-012-0/+121
* 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-2510-34/+184
* 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-221-1/+1
* Implemented Device/Service discovery with incremented timeout values.youngki@chromium.org2013-02-2110-105/+1165
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-2/+2
* Implemented BluetoothSocketWin.youngki@chromium.org2013-02-0316-107/+188
* 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-297-4/+117
* Bluetooth: fix issues with discovery APIkeybuk@chromium.org2013-01-297-103/+969
* Resubmitting asynchronous bluetooth adapter init CL with fix.youngki@chromium.org2013-01-2516-119/+197
* Removed DeviceTestSuite, the main source for content dependency fromyoungki@chromium.org2013-01-231-3/+0
* Revert 178311 - it broke the Linux sizes bot because of the new static initia...fischman@chromium.org2013-01-2315-173/+102
* We cannot run adapter callbacks inside BluetoothAdapterWin because passing sc...youngki@chromium.org2013-01-2315-102/+173
* 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-205-8/+242
* 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-166-142/+187
* Implemented BluetoothTaskManagerWin class.youngki@chromium.org2013-01-167-190/+442
* 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
* 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
* 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-051-1/+44
* Implemented BluetoothAdapterWin::IsPowered().youngki@chromium.org2012-11-202-17/+28
* Moved GetDevice* method implementation from BluetoothAdapterChromeOs to Bluet...youngki@chromium.org2012-11-154-48/+49
* Implemented BluetoothAdapterWin::IsPresent().youngki@chromium.org2012-11-143-5/+182