summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Test & make StartNotifySession reentrant.scheib2016-03-257-29/+150
* bluetooth: Refactor GetDescriptorForUUID to GetDescriptorsForUUID.scheib2016-03-258-65/+102
* Simplifying Objective-Cjlebel2016-03-234-88/+101
* Add GetUUIDs to device::BluetoothAdapter for BlueZsmbarber2016-03-2214-0/+91
* Replace -[IOBluetoothL2CAPChannel getDevice] with -[IOBluetoothL2CAPChannel d...erikchen2016-03-171-2/+2
* bluetooth: Move StartNotifySession_Multiple adjacent to related tests.scheib2016-03-141-34/+34
* bluetooth: android: Confirm the notify session after the descriptor has been ...tommyt2016-03-1417-104/+1015
* bluetooth: android: Register JNI for BluetoothRemoteGattDescriptorAndroidscheib2016-03-141-0/+3
* Implementing GATT connection/disconnect on OS X.jlebel2016-03-1415-80/+457
* Change scoped_ptr to a type alias for std::unique_ptr for OS_MACOSXdcheng2016-03-121-1/+1
* bluetooth: Clarify how StartNotifySession function worksortuno2016-03-111-0/+6
* Review comments from https://codereview.chromium.org/1415573014/rkc2016-03-099-78/+74
* Change scoped_ptr to a type alias for std::unique_ptr on OS_WINdcheng2016-03-081-0/+4
* Implement read & write remote GATT characteristic value for Windowsgogerald2016-03-0311-59/+608
* Convert Pass()→std::move() on Windowsdcheng2016-03-023-20/+23
* Add missing 'override' to BluetoothRemoteGattDescriptorWin destructor.Daniel Cheng2016-03-021-1/+1
* Implement BluetoothRemoteGattCharacteristicWin::GetDescriptorsgogerald2016-03-0117-140/+648
* bluetooth: android: register for adapter on/off events followup.scheib2016-02-261-1/+2
* bluetooth: android: register for adapter on/off events.perja2016-02-2610-3/+134
* Implement BluetoothRemoteGattServiceWin and related unit testsgogerald2016-02-2619-111/+1107
* bluetooth: Check if Object Manager is supported before initializing clients o...ortuno2016-02-2620-63/+238
* Determine device type via bluetooth appearance in OOBEjosephsih2016-02-2415-0/+202
* Chrome doesn't need to compile on 10.6, cleaning up the codejlebel2016-02-246-54/+30
* Enable device_unittests on OS X trybots.reillyg2016-02-131-0/+4
* 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