summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Improve Bluetooth name in ChromeOS.xdai2016-02-121-0/+7
* Fix -Wreorder warning after https://codereview.chromium.org/1681853003/Nico Weber2016-02-111-3/+3
* Add BluetoothRemoteGattServiceWin to BluetoothDeviceWingogerald2016-02-1021-166/+469
* Fix chromium-style errors after https://codereview.chromium.org/1676073002/Nico Weber2016-02-092-0/+20
* Implement BluetoothLowEnergyWrapperFake for Bluetooth test fixturegogerald2016-02-097-15/+344
* Fix Clang -Wreorder error in bluetooth_task_manager_win.ccHans Wennborg2016-02-081-2/+2
* Implement fake Bluetooth adapter for BluetoothTest.ConstructFakeAdaptergogerald2016-02-088-39/+126
* bluetooth: android: Fix a couple of crashes when adapter is turned on/off.perja2016-02-087-23/+207
* Refactor bluetooth_task_manager_win to prepare for new Bluetooth test fixturegogerald2016-02-058-22/+274
* Refactor bluetooth_low_energy_win to prepare for new Bluetooth test fixturegogerald2016-02-035-50/+162
* IPC::Message -> base::Picklerockot2016-02-032-4/+7
* bluetooth: Actually disconnect in Chrome OSortuno2016-02-033-11/+4
* Add service attribute handle and service device path to BLE Gatt service infogogerald2016-02-024-24/+142
* Call BluetoothGatt#close() after disconnectingtommyt2016-02-026-2/+54
* Add Bluetooth class diagram documentation references to README files.scheib2016-01-291-0/+5
* bluetooth: README.md fixes for gitiles rendering.scheib2016-01-281-10/+8
* bluetooth: README.md and Android Fakes.java documentation.scheib2016-01-282-0/+133
* Creating a CBCentralManager mock for all tests.jlebel2016-01-271-0/+8
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-271-7/+5
* Add cross platform Bluetooth testing fixture for Windows.gogerald2016-01-275-7/+106
* bluetooth: android: Refactor notification tests.scheib2016-01-221-38/+62
* Comment device/bluetooth OWNERS who are no longer fulltime on chromium.scheib2016-01-212-2/+6
* Tidy up service discovery state for bluez on disconnecttommyt2016-01-212-3/+37
* Changing type from BOOL to NSInteger for call counters in MockCentralManager.jlebel2016-01-211-2/+2
* bluetooth: Invalidate connection objects if a connection fails and add histog...ortuno2016-01-204-76/+43
* bluetooth: Add histogram for Start Service Discovery not supported by kernel.beaufort.francois2016-01-202-0/+3
* bluetooth: Expose Bluetooth on Linux to everyoneortuno2016-01-168-16/+109
* Clear the BLE services list on disconnect.tommyt2016-01-155-1/+74
* Revert of Clear the BLE services list on disconnect. (patchset #4 id:60001 of...scheib2016-01-155-74/+1
* Add scheib to device/bluetooth/OWNERSscheib2016-01-141-3/+1
* Clear the BLE services list on disconnect.tommyt2016-01-145-1/+74
* bluetooth: android: Enable characteristic change notification events.scheib2016-01-1410-25/+353
* Convert Pass()→std::move() for Mac build.dcheng2016-01-133-5/+6
* bluetooth: android: Implement Descriptor Write as needed for notifications.scheib2016-01-136-2/+90
* bluetooth: android: Implement characteristic GetService.scheib2016-01-134-12/+30
* bluetooth: android: Initial basic Descriptors implementation.scheib2016-01-1319-29/+706
* bluetooth: android: Code cleanup fixing comments, typos, simplified names.scheib2016-01-1212-53/+52
* net: move kBluetoothAddressSize constant into winsock_util.htfarina2016-01-111-1/+1
* bluetooth: android: Add BluetoothDevice::ConnectErrorCode enumsjiangkai2016-01-113-11/+53
* Clean up Objective-C unit tests.jlebel2016-01-052-19/+0
* Remove random lonely semicolons.thestig2015-12-301-4/+0
* Convert Pass()→std::move() in //devicedcheng2015-12-2727-141/+175
* Switch to standard integer types in device/.avi2015-12-22153-394/+619
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-104-12/+12
* bluetooth: android: Crash fix: Check Characteristic isn't already destroyed.scheib2015-12-067-15/+108
* Make //device pass "gn check"brettw2015-12-041-2/+3
* Kill ScopedPtrMap and friendslimasdf2015-12-022-16/+14
* Convert various vector_as_array calls to vector::data.davidben2015-12-011-5/+2
* Add more components to "gn check"brettw2015-11-271-1/+1
* jni: Pass method parameters as JavaParamRef in device/bluetooth.torne2015-11-2710-62/+98