summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter_mac_unittest.mm
Commit message (Expand)AuthorAgeFilesLines
* Simplifying Objective-Cjlebel2016-03-231-22/+15
* Implementing GATT connection/disconnect on OS X.jlebel2016-03-141-3/+5
* Creating a CBCentralManager mock for all tests.jlebel2016-01-271-0/+8
* Switch to standard integer types in device/.avi2015-12-221-0/+1
* Don't include trace_event.h from trace_event_argument.h.jbroman2015-10-221-0/+1
* bluetooth: mac: Fix incorrect use of AdvertisementData dictionary strings.scheib2015-10-181-2/+2
* Bluetooth: Store devices_ in BluetoothAdapter with scoped pointers.leon.han2015-10-071-1/+2
* bluetooth: Add adapter to BluetoothDevicescheib2015-09-161-1/+1
* Add histograms for BT discovery session failures.jyasskin2015-08-271-2/+6
* Adding class BluetoothTestMac so that the ConstructDefaultAdapter,krstnmnlsn2015-07-211-5/+6
* Move CBCentralManager from the Discovery Manager to Adapterkrstnmnlsn2015-07-211-3/+2
* Low energy devices are now inserted into the adapter's |devices_| list whenkrstnmnlsn2015-07-171-5/+58
* Using a truncated SHA256 hash to deterministically map CBPeripheral identifierskrstnmnlsn2015-07-171-0/+104
* Added runtime checks to BluetoothLowEnergyDeviceMac andkrstnmnlsn2015-07-151-3/+2
* Adding support for Low Energy device discovery to BluetoothAdapterMac.krstnmnlsn2015-06-251-1/+132
* Simplified BluetoothAdapterMac.youngki@chromium.org2013-04-101-183/+0
* Bluetooth: rename TrackDefaultAdapter to Initkeybuk@chromium.org2013-04-021-1/+1
* Implemented BluetoothAdapterMac::AddDevices() and BluetoothAdapterMac::Remove...youngki@chromium.org2013-03-261-0/+178
* Implemented AdapterState.youngki@chromium.org2013-03-041-0/+37