summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetoothLowEnergy: Send onServiceAdded after all characteristics are discoveredarmansito@chromium.org2014-07-236-49/+77
* Encode all grit outputs in .gn filesbrettw@chromium.org2014-07-231-0/+57
* Cleanup: Drop some unnecessary params from the BluetoothSocketNet constructor.isherman@chromium.org2014-07-2310-75/+26
* Enumerate Bluetooth LE services and expose them to chrome.bluetooth API.rpaquay@chromium.org2014-07-2014-116/+425
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-1/+1
* Cleanup: Remove unnecessary uses of direct_dependent_settings.tfarina@chromium.org2014-07-171-8/+3
* Add gcm, nfc and bluetooth to GN build.brettw@chromium.org2014-07-162-0/+154
* Update some Mac Bluetooth TODOs.isherman@chromium.org2014-07-161-14/+11
* Expose "visible" and "authenticated" properties.rpaquay@chromium.org2014-07-114-2/+17
* Retrieve "connected" property from BLE devices.rpaquay@chromium.org2014-07-114-8/+144
* Delay load "setupapi.dll" for Bluetooth (on Windows).rpaquay@chromium.org2014-07-101-0/+1
* Revert 282212 "Retrieve "connected" property from BLE devices."horo@chromium.org2014-07-104-144/+8
* Revert 282286 "Expose "visible" and "authenticated" properties."horo@chromium.org2014-07-104-17/+2
* Expose "visible" and "authenticated" properties.rpaquay@chromium.org2014-07-104-2/+17
* Retrieve "connected" property from BLE devices.rpaquay@chromium.org2014-07-104-8/+144
* Add unit tests for DeviceRegistryPropertyValue.rpaquay@chromium.org2014-07-093-46/+110
* Refactor tcp socket.byungchul@chromium.org2014-07-091-0/+1
* Fix buffer overrun in Bluetooth LE code.rpaquay@chromium.org2014-07-091-2/+4
* Use name passed to chrome.bluetoothSocket.create() as the SDP service name fo...isherman@chromium.org2014-07-0317-111/+150
* Notify chrome.bluetooth.onDeviceRemoved listeners when Classic devices are re...isherman@chromium.org2014-07-026-93/+73
* Clean up BluetoothDiscoverySession a bit.isherman@chromium.org2014-07-024-17/+14
* Add Bluetooth LE enumeration to adapter polling.rpaquay@chromium.org2014-06-285-15/+629
* device/bluetooth: Add device::BluetoothGattNotifySession.armansito@chromium.org2014-06-2716-49/+912
* device/bluetooth: Implement BluetoothGattConnection on Chrome OS.armansito@chromium.org2014-06-208-2/+326
* device/bluetooth: Send GattServiceChanged event for new Chrc. properties.armansito@chromium.org2014-06-192-0/+26
* device/bluetooth: Introduce BluetoothGattConnection.armansito@chromium.org2014-06-1811-0/+116
* [Bluetooth] Improve the adapter's awareness of connected devices.isherman@chromium.org2014-06-1810-26/+92
* Implment support for L2CAP server sockets on Mac.isherman@chromium.org2014-06-163-33/+213
* Add support for client L2CAP sockets on Mac.isherman@chromium.org2014-06-146-18/+280
* device/bluetooth: Clean up classic discovery in BluetoothAdapterMac.armansito@chromium.org2014-06-135-176/+375
* Remove BluetoothServiceRecord base class.keybuk@chromium.org2014-06-135-94/+27
* Factor out a BluetoothChannelMac base class and a BluetoothRfcommChannelMac s...isherman@chromium.org2014-06-127-160/+395
* chrome.bluetoothSocket: clean-up Listen functionskeybuk@chromium.org2014-06-1012-28/+5
* Bluetooth: Implement new socket API for OS Xisherman@chromium.org2014-06-1018-889/+608
* Bluetooth: fix RFCOMM Disconnected errorkeybuk@chromium.org2014-06-102-15/+7
* device/bluetooth: Update GATT descriptor value D-Bus bindings.armansito@chromium.org2014-06-086-95/+66
* device/bluetooth: Update characteristic value D-Bus bindings.armansito@chromium.org2014-06-075-115/+95
* [Bluetooth] Clean up code to extract a UUID from SDP data.isherman@chromium.org2014-06-071-19/+21
* device/bluetooth: Implement GATT characteristic properties on Chrome OS.armansito@chromium.org2014-06-073-4/+78
* Consolidate SDK forwards in sdk_forward_declarations.h.avi@chromium.org2014-06-073-44/+3
* [Bluetooth] Remove the deprecated BluetoothServiceRecordMac class.isherman@chromium.org2014-06-066-280/+35
* Bluetooth: Implement socket API for Windows.xiyuan@chromium.org2014-06-069-410/+148
* Bluetooth: Authorize Service when Pairedkeybuk@chromium.org2014-06-051-2/+20
* device/bluetooth: Fix bug in the GattServiceChanged event is sent.armansito@chromium.org2014-06-041-0/+4
* Bluetooth: remove Out of Band Pairing APIskeybuk@chromium.org2014-05-2819-163/+0
* Bluetooth: add extra logging messageskeybuk@chromium.org2014-05-211-0/+3
* bluetooth_device: Support for Playstation DualShock3 joystickeduardo.lima@intel.com2014-05-193-1/+25
* [Bluetooth] Standardize Bluetooth device address format to XX:XX:XX:XX:XX:XX.isherman@chromium.org2014-05-1712-23/+113
* [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