summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothGattServer.java
Commit message (Expand)AuthorAgeFilesLines
* Migrating frameworks/base BT filesRoopa Sattiraju2022-01-171-954/+0
* Create memory safe overload ofRahul Sabnis2021-11-161-11/+67
* More AttributionSource plumbing.Jeff Sharkey2021-04-231-7/+8
* Pass attribution source to BT APIs.Oli Lan2021-04-221-12/+18
* More Bluetooth API annotation updates.Jeff Sharkey2021-04-161-0/+12
* Update Bluetooth API annotations.Jeff Sharkey2021-04-141-21/+36
* gatt: Allow to set eatt supportƁukasz Rymanowski2021-01-111-1/+20
* docs: fixing errors found with lint checkerkopriva2018-10-091-2/+2
* Clarify API doc for BluetoothGattServer::addServiceStanley Tng2018-04-181-1/+5
* Fix checkstyle errors (2/2)Jack He2017-08-241-12/+12
* Fix checkstyle errors (1/2)Jack He2017-08-241-326/+347
* Bluetooth 5 PHY simplificationJakub Pawlowski2017-04-121-4/+4
* Bluetooth API spelling fixes ("wether" -> "whether")Jakub Pawlowski2017-03-281-1/+1
* Bluetooth GATT callback naming fix "Ext" -> "" (1/2)Jakub Pawlowski2017-03-271-2/+2
* Expose connection update callback (4/4)Jakub Pawlowski2017-03-241-9/+34
* BluetoothGattCallbackExt removalJakub Pawlowski2017-03-221-9/+9
* Bluetooth 5 PHY selection APIJakub Pawlowski2017-03-081-9/+87
* Remove unused mContext from BluetoothGatt[Server]. am: adc26ec1b4Jeremy Klein2016-09-281-3/+1
|\
| * Remove unused mContext from BluetoothGatt[Server].Jeremy Klein2016-09-281-3/+1
* | Fix bad index usageJakub Pawlowski2016-08-041-1/+1
* | GATT Server refactoring (2/4)Jakub Pawlowski2016-08-021-103/+92
|/
* Add server-side callback for change in MTU (4/4)Andre Eisenbach2014-11-261-0/+18
* Remove remanents of onConnectionCongested in framworkPrerepa Viswanadham2014-09-241-19/+0
* Remove onConnectionCongested callbackPrerepa Viswanadham2014-09-111-1/+2
* Prevent crash in Gatt service due to null pointer inPrerepa Viswanadham2014-08-141-0/+6
* Reduce GATT logging outputAndre Eisenbach2014-07-181-8/+9
* LE: Fix GATT server documentation to reflect API updatesAndre Eisenbach2014-07-011-5/+5
* LE: Add notification sent and congestion callbacks (3/4)Andre Eisenbach2014-06-271-0/+36
* Add transport param to Connect APIsGanesh Ganapathi Batta2014-05-061-2/+4
* BLE peripheral mode (3/4): Add peripheral mode API.Wei Wang2013-12-191-1/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-9/+0
* am 0fdb05a7: am b190890a: Merge "Update javadoc to give app write better guid...Matthew Xie2013-05-301-0/+3
|\
| * Update javadoc to give app write better guidenceMatthew Xie2013-05-301-0/+3
* | BluetoothGatt: Print stack trace if an exception occurs in a callbackMike Lockwood2013-05-131-7/+7
|/
* Make BluetoothGattServer.close() publicAndre Eisenbach2013-04-101-2/+2
* Fix minor LE descriptor permissions issueAndre Eisenbach2013-04-031-2/+3
* Unhide Bluetooth Low Energy public APIsMatthew Xie2013-03-281-309/+99
* Fixed 32 bit characteristic value assignmentAndre Eisenbach2013-03-121-2/+2
* Initial version of BLE support for BluedroidGanesh Ganapathi Batta2013-02-271-0/+900