summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* HID device connection now shared on Linuxjracle@logitech.com2014-04-021-3/+1
* Delete some dead code.thakis@chromium.org2014-03-272-5/+0
* chromeos/dbus: Add fake D-Bus clients for GATT client-mode.armansito@chromium.org2014-03-242-5/+4
* Fix crash after Bluetooth profile is unregistered on ChromeOS.tengs@chromium.org2014-03-221-2/+0
* Bluetooth: replace "profiles" with "uuids"keybuk@chromium.org2014-03-2012-217/+49
* Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.pkasting@chromium.org2014-03-181-4/+3
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+2
* Move ui.gyp into ui/base/ directory.tfarina@chromium.org2014-03-131-1/+1
* Bluetooth: extend JavaScript Device objectkeybuk@chromium.org2014-03-131-0/+10
* BluetoothProfile: re-register on adapter presencekeybuk@chromium.org2014-03-122-63/+118
* Bluetooth: mark all Paired devices as Trustedkeybuk@chromium.org2014-03-123-9/+38
* Add BluetoothDevice::VendorIDSource()keybuk@chromium.org2014-03-119-14/+63
* Bluetooth: clean up TestObserverkeybuk@chromium.org2014-03-111-62/+4
* Fix IWYU in base/files/file.htnagel@chromium.org2014-03-091-0/+1
* device/bluetooth: Remove BluetoothAdapter::Start|StopDiscovering.armansito@chromium.org2014-03-097-250/+297
* Bluetooth: use generic names for fake deviceskeybuk@chromium.org2014-03-071-100/+98
* Migrate chrome.bluetooth API backend to use device::BluetoothDiscoverySession.armansito@chromium.org2014-03-078-14/+82
* Bluetooth: add support for Bluetooth-assigned Device IDkeybuk@chromium.org2014-03-072-19/+64
* Bluetooth: register agent when we have an adapterkeybuk@chromium.org2014-03-072-21/+24
* Revert 255262 "Migrate chrome.bluetooth API backend to use devic..."earthdok@chromium.org2014-03-068-83/+11
* Migrate chrome.bluetooth API backend to use device::BluetoothDiscoverySession.armansito@chromium.org2014-03-068-11/+83
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* Migrate Chrome OS Bluetooth UI to the new discovery API.armansito@chromium.org2014-03-045-17/+40
* Bluetooth: notify user of incoming pairing requestskeybuk@chromium.org2014-03-043-17/+32
* Added OWNERS file to device/nfc.armansito@chromium.org2014-03-031-0/+2
* device/bluetooth: Add BluetoothAdapter::DiscoverySession.armansito@chromium.org2014-02-288-119/+396
* Fix HID device removal handling on Linux.rockot@chromium.org2014-02-281-9/+1
* MTP Streaming: Optimize block readingtommycli@chromium.org2014-02-281-0/+3
* Add BluetoothDevice::PairingDelegate::AuthorizePairingkeybuk@chromium.org2014-02-276-2/+196
* Clean up HID backend and API.rockot@chromium.org2014-02-2722-916/+816
* BluetoothAdapter: add ability to set default pairing delegatekeybuk@chromium.org2014-02-2717-291/+1169
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-262-3/+3
* Less determined statement terminationscottmg@chromium.org2014-02-262-2/+2
* device::BluetoothAdapterChromeOS: Implement reference counted sessions.armansito@chromium.org2014-02-2610-89/+760
* Update device/bluetooth/OWNERSkeybuk@chromium.org2014-02-241-1/+1
* chromeos: Make dbus::MessageReader memory ownership explicitderat@chromium.org2014-02-241-1/+1
* Remove PlatformFile from device/hidrvargas@chromium.org2014-02-212-26/+19
* Bluetooth: remove DismissDisplayOrConfirmkeybuk@chromium.org2014-02-213-86/+6
* Bluetooth: always release the pairing context on Cancelkeybuk@chromium.org2014-02-212-11/+19
* Refactor to support default Bluetooth pairing delegatekeybuk@chromium.org2014-02-205-355/+496
* Remove pp_ifdef from grd files in several directories.newt@chromium.org2014-02-191-11/+11
* Use udev for serial device enumeration on Linuxrockot@chromium.org2014-02-1411-0/+425
* device/bluetooth: Add abstract API definition for BluetoothGattDescriptor.armansito@chromium.org2014-02-135-2/+253
* device/bluetooth: Add abstract API definition for BluetoothGattCharacteristic.armansito@chromium.org2014-02-114-1/+214
* Introduce SetName and SetDiscoverable functions to BluetoothAdapter.tengs@chromium.org2014-02-089-26/+259
* device/bluetooth: Add abstract API definition for BluetoothGattService.armansito@chromium.org2014-02-083-0/+254
* device/bluetooth: Introduce class bluetooth_utils::UUID.armansito@chromium.org2014-02-063-44/+229
* Fix compilation error on Fedora 20.costan@gmail.com2014-02-031-4/+16
* HID backend.rockot@chromium.org2014-01-3126-0/+2430
* Revert 247926 "HID backend"nkostylev@chromium.org2014-01-3026-2461/+0