summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/le/BluetoothLeAdvertiser.java
AgeCommit message (Expand)Author
2022-06-30Revert "Revert "Reuse SynchronousResultReceivers instead of creating new.""Neha Jain
2022-06-29Revert "Reuse SynchronousResultReceivers instead of creating new."Neha Jain
2022-06-29Reuse SynchronousResultReceivers instead of creating new.Etienne Ruffieux
2022-01-28Remove allowBlocking from BluetoothManagerServiceWilliam Escande
2022-01-06le advertisement address type settingsAndriy Naborskyy
2021-11-18Bluetooth: make it possible to advertise Transport Discovery DataJakub Pawlowski
2021-04-22Pass attribution source to BT APIs.Oli Lan
2021-04-16More Bluetooth API annotation updates.Jeff Sharkey
2021-04-15Refine BluetoothLeAdvertiser permissions.Jeff Sharkey
2021-04-14Update Bluetooth API annotations.Jeff Sharkey
2020-10-08Bluetooth: make it possible to advertise service solicitation UUIDJakub Pawlowski
2018-08-08Fix NPE when starting advertising with null GATTJakub Pawlowski
2017-08-24Fix checkstyle errors (2/2)Jack He
2017-08-24Fix checkstyle errors (1/2)Jack He
2017-08-17Merge "Bluetooth: Don't throw exception when stopAdvertisingSet fails"Treehugger Robot
2017-08-17Bluetooth: Don't throw exception when stopAdvertisingSet failsJakub Pawlowski
2017-08-17Bluetooth: Fix startAdvertisingSet error handlingJakub Pawlowski
2017-06-19Remove legacy advertiser from map after it's no longer usedJakub Pawlowski
2017-04-24Get rid of the IAdvertiserCallabckJakub Pawlowski
2017-04-19Expose LE advertiser address for easier PTS tests (1/6)Jakub Pawlowski
2017-04-12Bluetooth 5 PHY simplificationJakub Pawlowski
2017-04-11Remove enable from PeriodicAdvertisingPariameters (1/2)Jakub Pawlowski
2017-04-01Bluetooth 5 advertising duration refactoring (4/4)Jakub Pawlowski
2017-04-01Bluetooth LE Advertising minor improvementsJakub Pawlowski
2017-03-31Fix advertise data size estimationJakub Pawlowski
2017-03-22Bluetooth 5 Enable->Enabled (1/2)Jakub Pawlowski
2017-03-21Add setScannable to AdvertisingSetParameters (1/2)Jakub Pawlowski
2017-03-21Add missing txPower parameterJakub Pawlowski
2017-03-20Bluetooth 5 AdvertisingSet implementation (1/4)Jakub Pawlowski
2017-03-17Bluetooth 5 move timeout parameter (1/2)Jakub Pawlowski
2017-03-16Bluetooth 5 AdvertisingSet implementation (1/4)Jakub Pawlowski
2017-03-08Bluetooth 5 Advertising APIJakub Pawlowski
2016-11-22Bluetooth: report proper advertiser status on errorJakub Pawlowski
2016-11-11Bluetooth: advertising improvementsJakub Pawlowski
2016-10-27Separate LE scanner from GATT client (1/4)Jakub Pawlowski
2016-08-31Separate advertiser from GATT client (1/4)Jakub Pawlowski
2016-05-13Properly handle registration timeout in BLE.Wei Wang
2015-06-25Preventing leakJerome Poichet
2015-01-23Don't compute flags length for scan responsePrerepa Viswanadham
2014-11-15Feature request: Increasing advertise data size onTom Turney
2014-10-09Add support of advertising through standard instance.(1/4)Wei Wang
2014-09-02Unregister app when advertise failed after registration.Wei Wang
2014-08-19Fix threading issue for advertising.Wei Wang
2014-08-13Clean up advertise and scan clients upon bluetooth down.Wei Wang
2014-08-01Add a default impelementation of IBluetoothGattCallback(1/2).Wei Wang
2014-08-01Revert "Revert "Service data and manufacturer data can be repeated fields.""Wei Wang
2014-08-01Revert "Service data and manufacturer data can be repeated fields."Sungsoo Lim
2014-07-31Service data and manufacturer data can be repeated fields.Wei Wang
2014-07-29Fix crash in Stopping/Starting BLE advertising afterPrerepa Viswanadham
2014-07-23Move AdvertiseData length check to BluetoothAdvertiser.Wei Wang