summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in device/.avi2015-12-221-0/+1
* bluetooth: Add adapter to BluetoothDevicescheib2015-09-161-1/+3
* Recreated class BluetoothDeviceMac, now as an interface for bothkrstnmnlsn2015-07-071-0/+30
* Refactoring BluetoothDeviceMac to be namedkrstnmnlsn2015-06-301-94/+0
* Expose TxPower for bluetooth devices during discoveryjpawlowski2015-05-131-0/+1
* Expose RSSI for bluetooth devices during discovery.jpawlowski2015-05-111-0/+1
* Add GetConnectionInfo function for BluetoothDevice, replacing the existingtengs2015-01-071-5/+1
* Standardize usage of virtual/override/final in device/dcheng2014-10-221-38/+35
* [Clean up] Expose ConnectToServiceInsecurely as a BluetoothDevice API on all ...isherman2014-10-161-0/+4
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-29/+29
* device/bluetooth: Move GATT observer methods to BluetoothAdapter::Observer.armansito@chromium.org2014-07-301-7/+0
* Notify chrome.bluetooth.onDeviceRemoved listeners when Classic devices are re...isherman@chromium.org2014-07-021-0/+4
* device/bluetooth: Introduce BluetoothGattConnection.armansito@chromium.org2014-06-181-0/+3
* Bluetooth: Implement new socket API for OS Xisherman@chromium.org2014-06-101-4/+0
* Bluetooth: remove Out of Band Pairing APIskeybuk@chromium.org2014-05-281-7/+0
* [Bluetooth] Standardize Bluetooth device address format to XX:XX:XX:XX:XX:XX.isherman@chromium.org2014-05-171-6/+0
* Hook up RSSI and host transmit power Bluetooth device properties for ChromeOS.tengs@chromium.org2014-05-111-0/+3
* Implement chrome.bluetoothSocket.connect()keybuk@chromium.org2014-05-081-0/+4
* [Bluetooth, Mac] Normalize device addresses to have the format XX:XX:XX:XX:XX:XXisherman@chromium.org2014-05-021-0/+10
* Expose device RSSI and Tx power via the chrome.bluetooth API.isherman@chromium.org2014-05-011-0/+10
* Moar cleanup in the Mac Bluetooth code:isherman@chromium.org2014-04-191-12/+1
* [Cleanup] Minor cleanup in bluetooth device code.isherman@chromium.org2014-04-171-2/+2
* Remove BluetoothDevice::ConnectToServicekeybuk@chromium.org2014-04-111-3/+0
* MacOS implementation of BluetoothSocket.rpaquay@chromium.org2014-04-101-1/+9
* device/bluetooth: Add chromeos::BluetoothRemoteGattServiceChromeOS.armansito@chromium.org2014-04-081-0/+8
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-081-2/+2
* Revert 262175 "* Replace "read" method with onReceiveXxx events."scottmg@chromium.org2014-04-071-2/+2
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-071-2/+2
* device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUIDarmansito@chromium.org2014-04-041-1/+1
* Revert 261566 "device/bluetooth: Rename device::bluetooth_utils:..."nick@chromium.org2014-04-031-1/+1
* device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUIDarmansito@chromium.org2014-04-031-1/+1
* Bluetooth: replace "profiles" with "uuids"keybuk@chromium.org2014-03-201-7/+1
* Add BluetoothDevice::VendorIDSource()keybuk@chromium.org2014-03-111-0/+1
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-171-1/+1
* Bluetooth: gather usage metricskeybuk@chromium.org2013-04-291-1/+4
* Revert 196990 "Bluetooth: gather usage metrics"thakis@chromium.org2013-04-281-4/+1
* Bluetooth: gather usage metricskeybuk@chromium.org2013-04-281-1/+4
* Implemented BluetoothDeviceMac::ConnectToProfile().youngki@chromium.org2013-04-241-0/+1
* Add abstract BluetoothProfile classkeybuk@chromium.org2013-04-191-0/+3
* Simplified BluetoothDeviceMac.youngki@chromium.org2013-04-121-29/+2
* Bluetooth: clean up Bluetooth classeskeybuk@chromium.org2013-04-051-1/+28
* Completes BluetoothDeviceMac implementation.youngki@chromium.org2013-03-281-0/+1
* Implemented BluetoothAdapterMac::AddDevices() and BluetoothAdapterMac::Remove...youngki@chromium.org2013-03-261-1/+19
* Added BluetoothDeviceMac (empty implementation)youngki@chromium.org2013-03-191-0/+62