summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Add constructors for IOBuffer that take the buffer length as a size_t.Eric Roman2015-07-131-2/+5
* [Android] Make BatteryStatusManagerTest compilable on MYaron Friedman2015-05-202-42/+56
* Implement the advertising functions for the BLE API.rkc2015-05-155-0/+57
* Avoid a race between libusb_submit_transfer and libusb_free_transfer.reillyg2015-05-141-1/+5
* Merge device/vibration/android/BUILD.gn to vibration/BUILD.gn.scheib2015-05-142-41/+22
* Extract //device/usb mocks so that they can be shared.reillyg2015-05-1411-21/+290
* bluetooth: Enable BluetoothAdapterFactory on android.scheib2015-05-142-3/+5
* Expose TxPower for bluetooth devices during discoveryjpawlowski2015-05-1312-1/+110
* Retreive the BatteryManager as a system service.yfriedman2015-05-121-2/+3
* bluetooth: Android adapter can be created with and without Bluetooth permission.scheib2015-05-124-18/+131
* bluetooth: Add scheib to OWNERS for android.scheib2015-05-112-0/+4
* Revert of bluetooth: Android adapter can be created with and without Bluetoot...jbudorick2015-05-114-129/+18
* bluetooth: Android adapter can be created with and without Bluetooth permission.scheib2015-05-114-18/+129
* Expose RSSI for bluetooth devices during discovery.jpawlowski2015-05-1110-0/+34
* Use Linux custom baud rate selection based on struct termios2.reillyg2015-05-081-11/+29
* Add a manifest property declaring USB printers supported by an app.reillyg2015-05-072-3/+4
* bluetooth: Initial JNI setup for device/bluetooth.scheib2015-05-0711-7/+198
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-1/+1
* Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.reillyg2015-05-052-1/+18
* Returning a GATT connection object for already connected devices.sacomoto2015-05-051-0/+10
* bluetooth: Refactor BluetoothDiscoverySession::Stop to always call its callbacksortuno2015-05-053-12/+60
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* win: Fix remaining plugin warnings in ash, device, printing, sandbox.thakis2015-04-302-0/+4
* vs2015: remove unused and deprecated hash_set #includescottmg2015-04-302-2/+0
* bluetooth: Refactor multiple test observers to TestBluetoothAdapterObserver.scheib2015-04-297-829/+914
* bluetooth: Stub out BluetoothAdapterAndroidscheib2015-04-298-1/+259
* Apply automated fixits for Chrome clang plugin to device.dcheng2015-04-291-1/+1
* mac: Suppress a -Wpartial-availability warning in bluetooth_socket_mac.mm.erikchen2015-04-291-2/+1
* bluetooth: Forward declare SequencedTaskRunner in BluetoothAdapterChromeOSscheib2015-04-291-1/+4
* [Bluetooth, Performance] Cache the Bluetooth adapter name on Mac.isherman2015-04-291-3/+9
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-2/+2
* Revert of Revert of Add CPP API for BLE advertisments. (patchset #1 id:1 of h...rkc2015-04-2819-0/+667
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-2812-89/+87
* Revert of Add CPP API for BLE advertisments. (patchset #12 id:220001 of https...spang2015-04-2719-667/+0
* Make the uribeacon a GN source_setbrettw2015-04-272-1/+2
* Add CPP API for BLE advertisments.rkc2015-04-2719-0/+667
* mac: Weakly link against the CoreBluetooth framework. (attempt #2)erikchen2015-04-272-0/+25
* Revert of mac: Weakly link against the CoreBluetooth framework. (patchset #2 ...erikchen2015-04-242-21/+0
* mac: Weakly link against the CoreBluetooth framework.erikchen2015-04-242-0/+21
* Fix bug with pre-setting discovery filterjpawlowski2015-04-231-1/+2
* Update {virtual,override} to follow C++11 style in device.nick2015-04-2311-146/+123
* Make BluetoothAdapter non-threadsafe RefCountedtzik2015-04-2310-46/+2
* Wire SetDiscoveryFilter from BluetoothPrivate To BluetoothEventRouterjpawlowski2015-04-224-0/+21
* Populate device node in UsbDeviceImpl on Chrome OS.reillyg2015-04-223-1/+6
* bluetooth: Refactor (Add|Remove)Observer impls into BluetoothAdapter.scheib2015-04-229-54/+15
* bluetooth: Refactor bluetooth_adapter.cc for C++ style: dcl/dfn ordering.scheib2015-04-211-54/+53
* bluetooth: Refactor device/bluetooth for C++ Style: typedef ordering.scheib2015-04-217-31/+38
* bluetooth: Remove legacy test data device/test/data/bluetooth.scheib2015-04-215-71/+0
* Add 'git cl format' presubmit check to src/devicescheib2015-04-201-0/+14
* Implement SetDiscoveryFilter for ChromiumOSjpawlowski2015-04-203-9/+904