summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_osx.mm
Commit message (Expand)AuthorAgeFilesLines
* disconnectFromDevice now stops advertisement in peripheral roleTimur Pocheptsov2017-01-051-4/+6
* LE controller - add a getter for a remote device UUIDTimur Pocheptsov2016-11-231-0/+7
* Emit descriptorWritten for notification/indication enabled/disabledTimur Pocheptsov2016-11-091-1/+46
* QtBluetooth - add LE device discovery timeout (OS X/iOS)Timur Pocheptsov2016-06-161-4/+0
* QtBluetooth - get rid of outdated Q_FUNC_INFO use patternTimur Pocheptsov2016-06-031-70/+58
* QtBluetooth: remove outdate code (OS X/iOS)Timur Pocheptsov2016-06-021-37/+21
* QtBluetooth (BTLE) - fix build on tvOSTimur Pocheptsov2016-05-231-2/+35
* Add peripheral role (iOS/OS X).Timur Pocheptsov2016-03-131-107/+247
* Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-171-2/+2
* Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-15/+21
|\
| * Updated license headersAntti Kokko2016-01-201-15/+21
* | Bluetooth LE: Add connection update functionality.Christian Kandeler2016-01-181-0/+6
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-051-12/+6
|\|
| * Remove unused isConnecting member variable in QLECPrivateOSXAlex Blasche2015-12-231-13/+6
| * OSX/iOS: Invalide QTLE services when remote device disconnectsAlex Blasche2015-12-231-0/+1
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-221-105/+237
|\|
| * qlowenergycontroller_osx - move delegate to the qt_LE_queueTimur Pocheptsov2015-12-101-105/+237
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-031-7/+9
|\|
| * Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-12-011-7/+9
| |\
| | * Don't register meta types during static init time5.5Alex Blasche2015-11-301-7/+9
* | | Bluetooth: Add API to set up GATT services.Christian Kandeler2015-11-201-0/+9
* | | Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-0/+45
|/ /
* / [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-20/+41
|/
* add remoteName() method to QLowEnergyControllerKevron Rees2015-05-121-0/+8
* Bluetooth LE - add readCharacteristic/readDescriptor (OS X/iOS)Timur Pocheptsov2015-04-201-0/+74
* Shift all OSX & iOS translations into C++ filev5.5.0-alpha1Alex Blasche2015-03-061-4/+5
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Bluetooth - check OS X/iOS version in runtimeTimur Pocheptsov2015-02-061-4/+8
* QLowEnergyController/CentralManager - cleanup (OS X/iOS)Timur Pocheptsov2014-12-091-76/+62
* QLowEnergyController - bug fixes (OS X, iOS)Timur Pocheptsov2014-12-081-0/+12
* QLowEnergyController - localAddress (OS X)Timur Pocheptsov2014-12-051-2/+7
* Client characteristic configuration (OS X and iOS)Timur Pocheptsov2014-12-051-2/+5
* QLowEnergyCharacteristic - cached values (OS X and iOS)Timur Pocheptsov2014-12-041-2/+6
* QLowEnergyService - ClientCharacteristicConfigurationTimur Pocheptsov2014-12-031-16/+47
* QLowEnergyController - service state (OS X/iOS)Timur Pocheptsov2014-12-011-4/+4
* QLowEnergyController - concurrent characteristic writesTimur Pocheptsov2014-12-011-58/+12
* QLowEnergyController - writeDescriptor (OS X/iOS)Timur Pocheptsov2014-12-011-14/+75
* Bluetooth LE - handles/chars/descriptors/services (OS X and iOS)Timur Pocheptsov2014-12-011-48/+19
* QLowEnergyService::writeCharacteristic - implementation for OS X and iOSTimur Pocheptsov2014-11-261-0/+186
* QLowEnergyController - service details discovery (OS X and iOS)Timur Pocheptsov2014-11-251-5/+97
* QLowEnergyService - primary/secondary (OS X and iOS)Timur Pocheptsov2014-11-251-0/+2
* QLowEnergyController - service discovery (OS X and iOS)Timur Pocheptsov2014-11-241-52/+195
* QLowEnergyController - connectTo/disconnectFromDevice (OS X, iOS)Timur Pocheptsov2014-11-241-1/+12
* QLowEnergyController - service discovery (OS X, iOS)Timur Pocheptsov2014-11-131-6/+54
* QLowEnergyController - connectTo/disconnectFrom/Device (OS X, iOS)Timur Pocheptsov2014-11-121-5/+174
* QLowEnergyController - version for OS X and iOSTimur Pocheptsov2014-11-121-0/+210