summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_chromeos.cc
Commit message (Expand)AuthorAgeFilesLines
* [EasyUnlock] Add a private API for establishing an insecure Bluetooth connect...isherman@chromium.org2014-08-221-1/+15
* device/bluetooth: Move GATT observer methods to BluetoothAdapter::Observer.armansito@chromium.org2014-07-301-18/+9
* bluetoothLowEnergy: Send onServiceAdded after all characteristics are discoveredarmansito@chromium.org2014-07-231-1/+1
* Cleanup: Drop some unnecessary params from the BluetoothSocketNet constructor.isherman@chromium.org2014-07-231-7/+2
* device/bluetooth: Add device::BluetoothGattNotifySession.armansito@chromium.org2014-06-271-1/+2
* device/bluetooth: Implement BluetoothGattConnection on Chrome OS.armansito@chromium.org2014-06-201-2/+16
* device/bluetooth: Introduce BluetoothGattConnection.armansito@chromium.org2014-06-181-0/+7
* Bluetooth: Implement new socket API for OS Xisherman@chromium.org2014-06-101-8/+0
* Bluetooth: remove Out of Band Pairing APIskeybuk@chromium.org2014-05-281-15/+0
* [Bluetooth] Standardize Bluetooth device address format to XX:XX:XX:XX:XX:XX.isherman@chromium.org2014-05-171-1/+1
* Bluetooth: Implement new socket API for Chrome OSkeybuk@chromium.org2014-05-131-45/+14
* Hook up RSSI and host transmit power Bluetooth device properties for ChromeOS.tengs@chromium.org2014-05-111-6/+57
* Implement chrome.bluetoothSocket.connect()keybuk@chromium.org2014-05-081-0/+11
* Reimplement BluetoothSocketChromeOSkeybuk@chromium.org2014-05-021-1/+8
* Expose device RSSI and Tx power via the chrome.bluetooth API.isherman@chromium.org2014-05-011-0/+15
* Remove BluetoothDevice::ConnectToServicekeybuk@chromium.org2014-04-111-7/+0
* device/bluetooth: Add chromeos::BluetoothRemoteGattServiceChromeOS.armansito@chromium.org2014-04-081-0/+83
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-081-3/+3
* Revert 262175 "* Replace "read" method with onReceiveXxx events."scottmg@chromium.org2014-04-071-3/+3
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-071-3/+3
* device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUIDarmansito@chromium.org2014-04-041-6/+14
* Revert 261566 "device/bluetooth: Rename device::bluetooth_utils:..."nick@chromium.org2014-04-031-14/+6
* device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUIDarmansito@chromium.org2014-04-031-6/+14
* Bluetooth: replace "profiles" with "uuids"keybuk@chromium.org2014-03-201-16/+1
* Bluetooth: mark all Paired devices as Trustedkeybuk@chromium.org2014-03-121-1/+0
* Add BluetoothDevice::VendorIDSource()keybuk@chromium.org2014-03-111-14/+30
* Bluetooth: add support for Bluetooth-assigned Device IDkeybuk@chromium.org2014-03-071-19/+14
* Bluetooth: notify user of incoming pairing requestskeybuk@chromium.org2014-03-041-1/+0
* BluetoothAdapter: add ability to set default pairing delegatekeybuk@chromium.org2014-02-271-19/+32
* Bluetooth: always release the pairing context on Cancelkeybuk@chromium.org2014-02-211-8/+16
* Refactor to support default Bluetooth pairing delegatekeybuk@chromium.org2014-02-201-294/+34
* Bluetooth: drop "Experimental" from Chrome OS backendkeybuk@chromium.org2013-06-121-0/+832
* Bluetooth: remove legacy backendkeybuk@chromium.org2013-05-251-892/+0
* Bluetooth: Check IsPaired() before IsConnected() to avoid false connectionsdeymo@chromium.org2013-05-031-2/+2
* Bluetooth: gather usage metricskeybuk@chromium.org2013-04-291-0/+12
* Revert 196990 "Bluetooth: gather usage metrics"thakis@chromium.org2013-04-281-12/+0
* Bluetooth: gather usage metricskeybuk@chromium.org2013-04-281-0/+12
* Implemented BluetoothDeviceMac::ConnectToProfile().youngki@chromium.org2013-04-241-0/+1
* Bluetooth: Send UI notifications when the connecting status changes.deymo@chromium.org2013-04-201-0/+8
* Add abstract BluetoothProfile classkeybuk@chromium.org2013-04-191-0/+6
* Bluetooth: treat unpairable devices as Trusted/Pairedkeybuk@chromium.org2013-04-181-12/+18
* Bluetooth: Show trusted devices as paired.keybuk@chromium.org2013-04-171-1/+3
* Bluetooth: clean up Bluetooth classeskeybuk@chromium.org2013-04-051-9/+36
* Implemented BluetoothAdapterMac::AddDevices() and BluetoothAdapterMac::Remove...youngki@chromium.org2013-03-261-7/+7
* Bluetooth: Disable "IsConnectable" property for ChromeOS implementation.deymo@chromium.org2013-03-261-26/+0
* Remove Debug restriction on Bluetooth log messageskeybuk@chromium.org2013-03-081-16/+16
* Bluetooth: Add a "connecting" property to BluetoothDevice.deymo@chromium.org2013-02-261-7/+39
* Bluetooth: Ignore the disconnect error message when device is already disconn...deymo@chromium.org2013-02-261-2/+8
* Bluetooth: Requery service records when device reconnects after reboot.deymo@chromium.org2013-02-261-0/+13
* Implemented BluetoothDeviceWin.youngki@chromium.org2013-02-251-12/+0