summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add API to set up GATT services.Christian Kandeler2015-11-2015-8/+1055
* QLowEnergyController: Listen for and accept GATT connection requests.Christian Kandeler2015-11-194-5/+132
* QBluetoothSocket: Do not report an error when the connection closes.Christian Kandeler2015-11-171-2/+2
* Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-1718-21/+1713
* Bluetooth: Introduce convenience "put data" function for quint* types.Christian Kandeler2015-11-121-0/+14
* QLowEnergyController: Add missing error string for ConnectionError.Christian Kandeler2015-11-101-1/+5
* Add comment that QBluetoothSocket only supports asynch read/writeAlex Blasche2015-11-021-0/+3
* Doc: minor link issuesNico Vertriest2015-10-301-1/+1
* CoreBluetooth - simplify osxbledeviceinquiry's code.Timur Pocheptsov2015-10-292-42/+43
* Core Bluetooth - give a user the second chance to enable BluetoothTimur Pocheptsov2015-10-291-11/+52
* Bluetooth: Put some data types into the Qt namespace.Christian Kandeler2015-10-231-0/+4
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* Bluetooth: Fix value of an ATT error type.Christian Kandeler2015-10-161-4/+10
* Bluetooth socket: Simplify address conversion.Christian Kandeler2015-10-153-30/+17
* Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-10-131-0/+2
|\
| * CoreBluetooth - update for iOS 9.0Timur Pocheptsov2015-10-122-10/+31
| * Bluetooth device discovery agent (bluez): Prevent null pointer access.Christian Kandeler2015-10-081-0/+2
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0923-0/+253
* | CoreBluetooth - update for iOS 9.0Timur Pocheptsov2015-10-082-10/+31
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-1/+6
|\|
| * Tweak documentation terminologyAlex Blasche2015-09-041-1/+1
| * Improve QBluetoothDeviceInfo::deviceUuid() documentationAlex Blasche2015-09-031-0/+5
* | [Bluetooth] Optimize loopsKonstantin Ritt2015-09-1615-100/+196
* | A nano optimization to QLowEnergyServiceKonstantin Ritt2015-09-162-17/+8
* | bluez: SDP: find a device before creating it.Robin Burchell2015-09-153-13/+54
* | QBluetoothSocket's securityFlag exists since Qt 5.6 and not 5.5Alex Blasche2015-09-151-2/+2
* | Stop device discovery session before retrieving service records.Robin Burchell2015-08-211-0/+2
* | bluez: Fix some memory leaks on device discovery.Robin Burchell2015-08-201-2/+7
* | bluez: peername: find a device before creating it.Robin Burchell2015-08-201-3/+3
* | To check for errors when starting discovery, wait for the call.Hannu Mallat2015-08-201-0/+1
* | Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-08-192-3/+4
|\|
| * Parse all char descriptions in one goAlex Blasche2015-07-131-0/+1
| * Do not cut 32bit value down to 16bitAlex Blasche2015-07-132-2/+2
| * Cut high bits from QLECharacteristic::PropertyTypesAlex Blasche2015-07-131-1/+1
* | Add missing metatype registration related functions for Q_ENUMsOliver Wolff2015-07-105-0/+17
* | Android: Apply QBluetoothSocket::preferredSecurityFlags during connectAlex Blasche2015-07-071-2/+21
* | Bluez: Apply QBluetoothSocket::preferredSecurityFlags during connectAlex Blasche2015-07-071-0/+21
* | Bluez: Improve security flag handling in QBluetoothServerAlex Blasche2015-07-072-82/+73
* | Add preferredSecurityFlags to QBluetoothSocketAlex Blasche2015-07-037-6/+80
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-2910-23/+22
|\|
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-261-0/+1
| |\
| | * Android: Fix crashing QBluetoothDeviceDiscoveryAgent on Androids <v18v5.5.0-rc1v5.5.0Alex Blasche2015-06-101-0/+1
| * | Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-239-23/+21
| * | Remove main documentation stating Blackberry being supportedAlex Blasche2015-06-171-1/+1
| |/
* | Document that Security flags are not supported on OS XAlex Blasche2015-06-171-0/+2
* | Remove QNX/BlackBerry implementation for QtBluetoothAlex Blasche2015-06-1726-3163/+24
|/
* Provide missing Q_DECLARE_OPERATORS_FOR_FLAGSKonstantin Ritt2015-05-282-0/+5
* Provide missing comparison operatorsKonstantin Ritt2015-05-272-0/+26
* Provide missing Q_DECLARE_METATYPEKonstantin Ritt2015-05-261-0/+2
* Fix GCC warningKonstantin Ritt2015-05-261-0/+3