aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothGatt.java
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth 5 PHY simplificationJakub Pawlowski2017-04-121-4/+4
| * Bluetooth API spelling fixes ("wether" -> "whether")Jakub Pawlowski2017-03-281-1/+1
* | Fix Bluetooth GATT API default handler assignmentRuben Brunk2017-05-031-14/+30
* | Fix NPE when accessing mCallback in BluetoothGattJakub Pawlowski2017-04-271-16/+47
* | Read by UUID for PTS tests (1/5)Jakub Pawlowski2017-04-271-0/+35
* | Bluetooth: Add handler parameter to connectGattJakub Pawlowski2017-04-251-71/+97
* | Bluetooth 5 PHY simplificationJakub Pawlowski2017-04-141-4/+4
* | Bluetooth API spelling fixes ("wether" -> "whether")Jakub Pawlowski2017-03-311-1/+1
* | Merge "Bluetooth GATT callback naming fix "Ext" -> "" (1/2)" am: beb8ceada8 a...Jakub Pawlowski2017-03-271-2/+2
|\|
| * Bluetooth GATT callback naming fix "Ext" -> "" (1/2)Jakub Pawlowski2017-03-271-2/+2
* | Merge "Expose connection update callback (4/4)" am: 3decf9715e am: f1fcf657b9Jakub Pawlowski2017-03-241-0/+32
|\|
| * Expose connection update callback (4/4)Jakub Pawlowski2017-03-241-0/+32
* | Merge "BluetoothGattCallbackExt removal" am: 2834af792a am: cf5d10fa7aJakub Pawlowski2017-03-231-21/+21
|\|
| * BluetoothGattCallbackExt removalJakub Pawlowski2017-03-221-21/+21
| * Bluetooth 5 PHY selection APIJakub Pawlowski2017-03-081-23/+102
* | Bluetooth 5 PHY selection APIJakub Pawlowski2017-03-081-23/+102
* | Merge "Separate LE scanner from GATT client (1/4)" am: 8b2929c73c am: 690abaa...Jakub Pawlowski2016-10-281-1/+1
|\|
| * Merge "Separate LE scanner from GATT client (1/4)"Jakub Pawlowski2016-10-281-1/+1
| |\
| | * Separate LE scanner from GATT client (1/4)Jakub Pawlowski2016-10-271-1/+1
* | | Merge "Gradually increase the level of authentication on failed GATT operatio...Jacky Cheung2016-10-201-18/+31
|\| |
| * | Merge "Gradually increase the level of authentication on failed GATT operatio...Jacky Cheung2016-10-201-18/+31
| |\|
| | * Gradually increase the level of authentication on failed GATT operations.Jacky Cheung2016-10-201-18/+31
* | | Remove unused mContext from BluetoothGatt[Server]. am: 59d15654a5 am: 81648f4ceeJeremy Klein2016-09-281-3/+1
|\| |
| * | Remove unused mContext from BluetoothGatt[Server]. am: 59d15654a5Jeremy Klein2016-09-281-3/+1
| |\ \ | | |/ | |/|
| | * Remove unused mContext from BluetoothGatt[Server].Jeremy Klein2016-09-281-3/+1
* | | Merge "Remove write type from GATT descriptor writes (1/4)" am: 44a40ed8be am...Jakub Pawlowski2016-08-041-3/+1
|\| |
| * | Remove write type from GATT descriptor writes (1/4)Jakub Pawlowski2016-08-031-3/+1
* | | Merge "Fixes the system server crash issue caused by uncatched exception." am...Tobias Thierer2016-08-031-3/+0
|\| |
| * | GATT Server refactoring (2/4)Jakub Pawlowski2016-08-021-3/+0
| * | Fix GATT autoConnect race conditionSungki Kim2016-05-191-2/+4
| * | Merge "Always use Write Request for GATT descriptor writes"Andre Eisenbach2016-04-011-2/+3
| |\ \
| | * | Always use Write Request for GATT descriptor writesAndre Eisenbach2016-03-311-2/+3
| * | | Fix log spam in getCharacteristicById()Andre Eisenbach2016-03-311-1/+0
| |/ /
| * | Use handles to identify GATT attributes (4/4)Jakub Pawlowski2016-03-221-96/+66
| * | Change how services are passed up to the stackJakub Pawlowski2016-03-181-93/+27
* | | Add missing @Deprecated annotations.Aurimas Liutikas2016-05-241-0/+1
| |/ |/|
* | Fix GATT autoConnect race conditionSungki Kim2016-05-191-2/+4
* | Always use Write Request for GATT descriptor writesAndre Eisenbach2016-03-301-2/+3
* | Fix log spam in getCharacteristicById()Andre Eisenbach2016-03-301-1/+0
* | Use handles to identify GATT attributes (4/4)Jakub Pawlowski2016-03-211-96/+66
* | Change how services are passed up to the stackJakub Pawlowski2016-03-211-93/+27
|/
* Fix BT crash due to unset value for BluetoothGattDescriptor from API userPrerepa Viswanadham2014-12-041-2/+2
* Remove remanents of onConnectionCongested in framworkPrerepa Viswanadham2014-09-241-16/+0
* Remove onConnectionCongested callbackPrerepa Viswanadham2014-09-111-1/+2
* LE: Rename new MTU and connection paramter update APIsAndre Eisenbach2014-08-201-16/+16
* Add a default impelementation of IBluetoothGattCallback(1/2).Wei Wang2014-08-011-42/+2
* LE: Do not invoke callback if retrying read/write operationAndre Eisenbach2014-07-281-0/+2
* Reduce GATT logging outputAndre Eisenbach2014-07-181-19/+19
* LE: Add connection parameter update request API (4/4)Andre Eisenbach2014-07-181-1/+52
* OnFound and Onlost callback integrationPrerepa Viswanadham2014-07-091-0/+9