aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Add missing lock on getSupportedProfileWilliam Escande2023-03-201-0/+3
* Fix a deadlock bug in Bluetooth FrameworkHui Peng2022-09-091-4/+8
* Reuse SynchronousResultReceivers instead of creating new.Etienne Ruffieux2022-06-221-50/+50
* Modify incorrect API documentationEtienne Ruffieux2022-06-061-1/+1
* Update API docs to indicate that BT addresses are to be provided in bigRahul Sabnis2022-05-261-4/+4
* Add caching for {Map,Sap}.getConnectionStateWilliam Escande2022-04-291-97/+121
* Merge "Fix write lock locking mechanisme" am: c7ceab19a8 am: aa1288c9d2 am: f...William Escande2022-04-141-3/+16
|\
| * Fix write lock locking mechanismeWilliam Escande2022-04-141-3/+16
* | Merge "Add LE_AUDIO_BROADCAST_ASSISTANT support in BluetoothAdapter" am: c8c9...Jack He2022-03-311-0/+9
|\|
| * Merge "Add LE_AUDIO_BROADCAST_ASSISTANT support in BluetoothAdapter"Jack He2022-03-311-0/+9
| |\
| | * Add LE_AUDIO_BROADCAST_ASSISTANT support in BluetoothAdapterHyundo Moon2022-03-311-0/+9
* | | Merge "Removed "default" for onBluetoothActivityEnergyInfoError" am: ae099dc6...Etienne Ruffieux2022-03-301-2/+2
|\| |
| * | Merge "Removed "default" for onBluetoothActivityEnergyInfoError"Etienne Ruffieux2022-03-301-2/+2
| |\ \
| | * | Removed "default" for onBluetoothActivityEnergyInfoErrorEtienne Ruffieux2022-03-301-2/+2
* | | | Merge "Update BluetoothAdapter#setScanMode to throw an IllegalArgumentExcepti...Rahul Sabnis2022-03-301-0/+5
|\ \ \ \
| * | | | Update BluetoothAdapter#setScanMode to throw an IllegalArgumentExceptionRahul Sabnis2022-03-291-0/+5
* | | | | Merge "Store Binder.clearCallingIdentity value as final var" am: e2f11e80d1 a...Etienne Ruffieux2022-03-301-12/+38
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / Store Binder.clearCallingIdentity value as final varEtienne Ruffieux2022-03-301-12/+38
| |/ /
* | | Merge changes from topic "api-review-result-receiver" am: 4016e3d909 am: 96b7...Etienne Ruffieux2022-03-291-23/+56
|\| |
| * | [API Review] Added error method to interface Bluetooth statsEtienne Ruffieux2022-03-251-23/+56
| * | [API Review] BluetoothActivityenergyInfo doc + renameEtienne Ruffieux2022-03-231-2/+4
| * | [API Review] Replace ResultReceiver by ExecutorEtienne Ruffieux2022-03-231-9/+57
| |/
* | Merge "API Review: factoryReset->clearBluetooth" am: 85d45e8ee6 am: d10df2dcf...William Escande2022-03-211-1/+17
|\|
| * Merge "API Review: factoryReset->clearBluetooth"William Escande2022-03-211-1/+17
| |\
| | * API Review: factoryReset->clearBluetoothWilliam Escande2022-03-191-1/+17
* | | [API Review] BluetoothActivityenergyInfo doc + renameEtienne Ruffieux2022-03-181-2/+4
* | | Merge "GetUuids refactor to call in correct order" am: f8e9375339 am: 716ee1c...William Escande2022-03-181-20/+18
|\| |
| * | GetUuids refactor to call in correct orderWilliam Escande2022-03-171-20/+18
* | | Merge "API Review: Add ConnectionState Intdef" into tm-devWilliam Escande2022-03-181-9/+14
|\ \ \
| * | | API Review: Add ConnectionState IntdefWilliam Escande2022-03-161-9/+14
* | | | Merge "[API Review] Replace ResultReceiver by Executor" into tm-devEtienne Ruffieux2022-03-171-9/+57
|\ \ \ \
| * | | | [API Review] Replace ResultReceiver by ExecutorEtienne Ruffieux2022-03-101-9/+57
* | | | | Merge "[API Review] Add new GetUuidsList method" am: 0bf8d23c0f am: 0593fda6e...Etienne Ruffieux2022-03-171-2/+13
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge "[API Review] Add new GetUuidsList method"Etienne Ruffieux2022-03-171-2/+13
| |\ \ \ \
| | * | | | [API Review] Add new GetUuidsList methodEtienne Ruffieux2022-03-101-2/+13
| | | |_|/ | | |/| |
| * / | | [API REVIEW] Remove BLE state from AdapterStateWilliam Escande2022-03-151-8/+15
| |/ / /
* | | | Merge "[API REVIEW] Remove BLE state from AdapterState" into tm-devWilliam Escande2022-03-151-10/+16
|\ \ \ \
| * | | | [API REVIEW] Remove BLE state from AdapterStateWilliam Escande2022-03-151-10/+16
| | |_|/ | |/| |
* | | | Merge "[API Review] Removed unnecessary SystemApi annotations" into tm-devEtienne Ruffieux2022-03-151-3/+0
|\ \ \ \
| * | | | [API Review] Removed unnecessary SystemApi annotationsEtienne Ruffieux2022-03-101-3/+0
| | |_|/ | |/| |
* | | | Rename API: DisconnectReasonToStringWilliam Escande2022-03-141-1/+1
| |/ / |/| |
* | | Merge "Always return nonNull in BluetoothAdapter.getUuids" am: 714973f307 am:...Treehugger Robot2022-03-091-3/+3
|\ \ \ | | |/ | |/|
| * | Merge "Always return nonNull in BluetoothAdapter.getUuids"Treehugger Robot2022-03-071-3/+3
| |\ \
| | * | Always return nonNull in BluetoothAdapter.getUuidsWilliam Escande2022-03-071-3/+3
* | | | Handle RemoteException when getstate exceptionjonerlin2022-03-081-4/+1
* | | | Merge "Convert the Bluetooth module to os/IpcDataCache" into tm-devLee Shombert2022-03-071-18/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | Convert the Bluetooth module to os/IpcDataCacheLee Shombert2022-03-041-18/+18
* | | | Merge "le_broadcast: Initial alignment of service with the API" am: da47f8d98...Jack He2022-03-041-0/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge "le_broadcast: Initial alignment of service with the API"Jack He2022-03-041-0/+7
| |\ \ | | |/ | |/|
| | * le_broadcast: Initial alignment of service with the APIJakub Tyszkowski2022-03-031-0/+7