summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Stop including ip_address_number.h from net_util.heroman2015-06-032-0/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-034-4/+4
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...shail.s2015-06-031-1/+1
* Moving BluetoothDiscoveryFilter into its own file.krstnmnlsn2015-06-026-224/+257
* bluetooth: Browser side partial implementation of getPrimaryService.ortuno2015-06-022-0/+31
* Add 'explicit' qualifiers to single-arguments ctorsprimiano2015-05-271-1/+1
* GYP dependencies for JNI _java targets moved to device targets that require t...scheib2015-05-221-0/+1
* blueooth: Add * to GYP/GN files OWNERS in device/ & device/bluetooth.scheib2015-05-211-0/+2
* bluetooth: Move mock creation out of BluetoothDispatcherHost toortuno2015-05-202-0/+33
* bluetooth: Add EXPORT macro to BluetoothAdapter::Observer.ortuno2015-05-191-1/+1
* Subject .mm files to the header sorting presubmittapted2015-05-192-2/+2
* Implement the advertising functions for the BLE API.rkc2015-05-155-0/+57
* bluetooth: Enable BluetoothAdapterFactory on android.scheib2015-05-142-3/+5
* Expose TxPower for bluetooth devices during discoveryjpawlowski2015-05-1312-1/+110
* 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
* bluetooth: Initial JNI setup for device/bluetooth.scheib2015-05-079-7/+188
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-1/+1
* 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
* 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-295-829/+910
* bluetooth: Stub out BluetoothAdapterAndroidscheib2015-04-296-1/+257
* 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-2817-0/+665
* Revert of Add CPP API for BLE advertisments. (patchset #12 id:220001 of https...spang2015-04-2717-665/+0
* Make the uribeacon a GN source_setbrettw2015-04-272-1/+2
* Add CPP API for BLE advertisments.rkc2015-04-2717-0/+665
* mac: Weakly link against the CoreBluetooth framework. (attempt #2)erikchen2015-04-271-0/+13
* Revert of mac: Weakly link against the CoreBluetooth framework. (patchset #2 ...erikchen2015-04-241-13/+0
* mac: Weakly link against the CoreBluetooth framework.erikchen2015-04-241-0/+13
* Fix bug with pre-setting discovery filterjpawlowski2015-04-231-1/+2
* Update {virtual,override} to follow C++11 style in device.nick2015-04-235-107/+87
* Make BluetoothAdapter non-threadsafe RefCountedtzik2015-04-2310-46/+2
* Wire SetDiscoveryFilter from BluetoothPrivate To BluetoothEventRouterjpawlowski2015-04-224-0/+21
* 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
* Implement SetDiscoveryFilter for ChromiumOSjpawlowski2015-04-203-9/+904
* Expose SetDiscoveryFilter from BluetoothEventRouterjpawlowski2015-04-162-0/+17
* Add SetDiscoveryFilter to Bluetooth Adapter.jpawlowski2015-04-1317-45/+881
* Split uri_beacons target from bluetooth target.olivierrobin2015-04-103-4/+26