summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* [Bluetooth] Use base::ToLowerASCII() rather than tolower(), as the later is l...isherman@chromium.org2014-05-161-1/+1
* Minor cleanup in bluetooth_device.ccisherman@chromium.org2014-05-151-3/+4
* Bluetooth UUIDs should be case-insensitive.isherman@chromium.org2014-05-143-36/+57
* Bluetooth: Implement new socket API for Chrome OSkeybuk@chromium.org2014-05-1314-1001/+1256
* chrome.bluetoothLowEnergy: Implement getDescriptors.armansito@chromium.org2014-05-133-0/+86
* Implement chrome.bluetoothSocket.listenUsing*()keybuk@chromium.org2014-05-1220-21/+208
* Hook up RSSI and host transmit power Bluetooth device properties for ChromeOS.tengs@chromium.org2014-05-119-7/+102
* [Bluetooth, Mac] Use lowercase for the bluetooth device address for M36.isherman@chromium.org2014-05-101-1/+2
* device/bluetooth: Improvements to GATT descriptor access API.armansito@chromium.org2014-05-098-1/+204
* [Bluetooth, Mac] Refresh remote SDP listing prior to attempting to connect to...isherman@chromium.org2014-05-082-27/+138
* Implement chrome.bluetoothSocket.connect()keybuk@chromium.org2014-05-0813-10/+93
* chrome.bluetoothLowEnergy: Implement getCharacteristics.armansito@chromium.org2014-05-033-0/+94
* Reimplement BluetoothSocketChromeOSkeybuk@chromium.org2014-05-0225-614/+753
* [Bluetooth, Mac] Normalize device addresses to have the format XX:XX:XX:XX:XX:XXisherman@chromium.org2014-05-025-41/+37
* Expose device RSSI and Tx power via the chrome.bluetooth API.isherman@chromium.org2014-05-019-6/+137
* Check that Bluetooth adapter is present when setting adapter properties.tengs@chromium.org2014-05-011-0/+9
* Remove static initializer in device/bluetooth/bluetooth_gatt_descriptor.cc.pliard@chromium.org2014-04-303-22/+73
* Add explicit constructors with field initializers.rpaquay@chromium.org2014-04-302-0/+28
* win: Implement Bluetooth server.xiyuan@chromium.org2014-04-296-27/+410
* Implement Bluetooth server socket support for RFCOMM on Mac.isherman@chromium.org2014-04-285-69/+315
* chrome.bluetoothLowEnergy: Implement getService and getServices.armansito@chromium.org2014-04-288-5/+110
* Replaced FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM) with logging::SystemErrorC...vitalybuka@chromium.org2014-04-251-14/+2
* device/bluetooth/OWNERS: Add set noparent.armansito@chromium.org2014-04-241-0/+2
* Moar cleanup in the Mac Bluetooth code:isherman@chromium.org2014-04-195-70/+19
* [Cleanup] Minor cleanup in bluetooth device code.isherman@chromium.org2014-04-1722-217/+220
* Fix case of IOReturn.h.torne@chromium.org2014-04-161-1/+1
* Remove BluetoothDevice::ConnectToServicekeybuk@chromium.org2014-04-118-74/+0
* device/bluetooth: Add chromeos::BluetoothRemoteGattDescriptorChromeOS.armansito@chromium.org2014-04-1111-37/+635
* Bluetooth: rename Release to avoid RefCounted conflictkeybuk@chromium.org2014-04-114-4/+4
* MacOS implementation of BluetoothSocket.rpaquay@chromium.org2014-04-107-149/+527
* device/bluetooth: Add chromeos::BluetoothRemoteGattCharacteristicChromeOS.armansito@chromium.org2014-04-1011-59/+923
* device/bluetooth: Add chromeos::BluetoothRemoteGattServiceChromeOS.armansito@chromium.org2014-04-0820-96/+719
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-0830-243/+969
* Revert 262175 "* Replace "read" method with onReceiveXxx events."scottmg@chromium.org2014-04-0730-961/+243
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-0730-243/+961
* device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUIDarmansito@chromium.org2014-04-0436-289/+257
* Revert 261566 "device/bluetooth: Rename device::bluetooth_utils:..."nick@chromium.org2014-04-0335-252/+286
* device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUIDarmansito@chromium.org2014-04-0335-286/+252
* 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 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
* device/bluetooth: Remove BluetoothAdapter::Start|StopDiscovering.armansito@chromium.org2014-03-097-250/+297