summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Implementing GATT connection/disconnect on OS X.jlebel2016-03-141-4/+20
* Switch to standard integer types in device/.avi2015-12-221-0/+1
* Add histograms for BT discovery session failures.jyasskin2015-08-271-9/+12
* Modified BluetoothTestMac to support device discovery tests.krstnmnlsn2015-07-311-0/+1
* Revert of Bringing 4 more BluetoothTest.* unit tests to Mac (patchset #6 id:1...dmurph2015-07-311-1/+0
* Modified BluetoothTestMac to support device discovery tests.krstnmnlsn2015-07-311-0/+1
* Adding class BluetoothTestMac so that the ConstructDefaultAdapter,krstnmnlsn2015-07-211-8/+11
* Move CBCentralManager from the Discovery Manager to Adapterkrstnmnlsn2015-07-211-2/+16
* Using a truncated SHA256 hash to deterministically map CBPeripheral identifierskrstnmnlsn2015-07-171-9/+17
* Added runtime checks to BluetoothLowEnergyDeviceMac andkrstnmnlsn2015-07-151-0/+6
* Adding support for Low Energy device discovery to BluetoothAdapterMac.krstnmnlsn2015-06-251-8/+24
* Revert of Revert of Add CPP API for BLE advertisments. (patchset #1 id:1 of h...rkc2015-04-281-0/+4
* Revert of Add CPP API for BLE advertisments. (patchset #12 id:220001 of https...spang2015-04-271-4/+0
* Add CPP API for BLE advertisments.rkc2015-04-271-0/+4
* Make BluetoothAdapter non-threadsafe RefCountedtzik2015-04-231-2/+0
* bluetooth: Refactor (Add|Remove)Observer impls into BluetoothAdapter.scheib2015-04-221-5/+0
* Add SetDiscoveryFilter to Bluetooth Adapter.jpawlowski2015-04-131-2/+7
* device/bluetooth: Add RegisterAudioSink method to Bluetooth adapter.mcchou2015-01-151-0/+5
* bluetooth: BluetoothAdapterDeleter used to control BluetoothAdapter destruction.scheib2015-01-081-0/+2
* bluetooth: Make device/bluetooth a shared library component.scheib2014-12-061-2/+4
* Revert of bluetooth: Make device/bluetooth a shared library component. (patch...scheib2014-12-051-4/+2
* bluetooth: Make device/bluetooth a shared library component.scheib2014-12-051-2/+4
* Standardize usage of virtual/override/final in device/dcheng2014-10-221-30/+26
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-19/+19
* Use name passed to chrome.bluetoothSocket.create() as the SDP service name fo...isherman@chromium.org2014-07-031-2/+2
* Notify chrome.bluetooth.onDeviceRemoved listeners when Classic devices are re...isherman@chromium.org2014-07-021-13/+6
* [Bluetooth] Improve the adapter's awareness of connected devices.isherman@chromium.org2014-06-181-2/+7
* device/bluetooth: Clean up classic discovery in BluetoothAdapterMac.armansito@chromium.org2014-06-131-31/+11
* chrome.bluetoothSocket: clean-up Listen functionskeybuk@chromium.org2014-06-101-1/+0
* Bluetooth: remove Out of Band Pairing APIskeybuk@chromium.org2014-05-281-3/+0
* Implement chrome.bluetoothSocket.listenUsing*()keybuk@chromium.org2014-05-121-0/+11
* [Cleanup] Minor cleanup in bluetooth device code.isherman@chromium.org2014-04-171-15/+9
* BluetoothAdapter: add ability to set default pairing delegatekeybuk@chromium.org2014-02-271-0/+5
* device::BluetoothAdapterChromeOS: Implement reference counted sessions.armansito@chromium.org2014-02-261-7/+8
* Introduce SetName and SetDiscoverable functions to BluetoothAdapter.tengs@chromium.org2014-02-081-0/+8
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Simplified BluetoothAdapterMac.youngki@chromium.org2013-04-101-9/+8
* Bluetooth: clean up Bluetooth classeskeybuk@chromium.org2013-04-051-2/+2
* Bluetooth: remove private members from BluetoothAdapterkeybuk@chromium.org2013-04-021-0/+4
* Bluetooth: rename TrackDefaultAdapter to Initkeybuk@chromium.org2013-04-021-3/+2
* Implemented Device Inquiry.youngki@chromium.org2013-03-291-0/+46
* Bluetooth: remove BluetoothAdapter::IsScanningkeybuk@chromium.org2013-03-281-1/+0
* Implemented BluetoothAdapterMac::AddDevices() and BluetoothAdapterMac::Remove...youngki@chromium.org2013-03-261-0/+16
* Implemented AdapterState.youngki@chromium.org2013-03-041-0/+21
* Added BluetoothAdapterMac (empty implementation for now)youngki@chromium.org2013-03-011-0/+55