aboutsummaryrefslogtreecommitdiff
path: root/framework/java
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "Bluetooth: add Volume Control Profile boilerpalate" am: ac034b8842 am:...Jakub Pawlowski2021-06-173-1/+335
|\| | | | | | | |_|/ / / / |/| | | | |
| * | | | | Merge "Bluetooth: add Volume Control Profile boilerpalate"Jakub Pawlowski2021-06-173-1/+335
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bluetooth: add Volume Control Profile boilerpalateƁukasz Rymanowski2021-06-143-1/+335
| | |/ / /
| * / / / Update nullability checks to use Objects#requireNonNullRahul Sabnis2021-06-143-23/+23
| |/ / /
* | | | Update nullability checks to use Objects#requireNonNullRahul Sabnis2021-06-143-22/+23
* | | | Merge "More Binder call AttributionSource assignment." into sc-devJeff Sharkey2021-06-0422-95/+147
|\ \ \ \
| * | | | More Binder call AttributionSource assignment.Jeff Sharkey2021-06-0322-95/+147
* | | | | CloseGuard for more Bluetooth components.Jeff Sharkey2021-06-032-0/+23
|/ / / /
* | | | Merge "Relax ACTION_TETHERING_STATE_CHANGED permissions." into sc-devJeff Sharkey2021-05-201-2/+0
|\ \ \ \
| * | | | Relax ACTION_TETHERING_STATE_CHANGED permissions.Jeff Sharkey2021-05-201-2/+0
* | | | | Merge "Update BluetoothDevice#setAlias based on API council feedback: now acc...Rahul Sabnis2021-05-193-162/+258
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update BluetoothDevice#setAlias based on API council feedback: nowRahul Sabnis2021-05-173-162/+258
* | | | | Apply AttributionSource during Intent delivery.Jeff Sharkey2021-05-151-0/+5
* | | | | Merge "Bluetooth ScanFilter: Allow null in setDeviceAddress" am: 561b4c8aad a...Treehugger Robot2021-05-121-0/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bluetooth ScanFilter: Allow null in setDeviceAddressMyles Watson2021-05-101-0/+4
* | | | | Merge "Update docs for BluetoothDevice#fetchUuidsWithSdp to reflect that if t...Rahul Sabnis2021-05-101-4/+4
|\| | | | | |/ / / |/| | |
| * | | Merge "Update docs for BluetoothDevice#fetchUuidsWithSdp to reflect that if t...Rahul Sabnis2021-05-101-4/+4
| |\ \ \
| | * | | Update docs for BluetoothDevice#fetchUuidsWithSdp to reflect that if theRahul Sabnis2021-05-071-4/+4
* | | | | Merge "Ensure privileged APIs require runtime permission." into sc-devJeff Sharkey2021-04-293-45/+130
|\ \ \ \ \
| * | | | | Ensure privileged APIs require runtime permission.Jeff Sharkey2021-04-293-45/+130
* | | | | | Merge changes from topic "bluetooth_oob_api" am: 2e67798711 am: cf7843a0f7 am...Martin Brabham2021-04-291-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Convert onOobData parameter for OobData from @Nullable to @NonNullMartin Brabham2021-04-271-2/+2
* | | | | | OOB: Remove static creator methods in favor of public constructors am: 82f1ab...Martin Brabham2021-04-291-85/+27
|\| | | | | | |/ / / / |/| | | |
| * | | | OOB: Remove static creator methods in favor of public constructorsMartin Brabham2021-04-261-85/+27
| |/ / /
| * | | Update docs to reflect LE batch scan report delay floorRahul Sabnis2021-04-201-5/+7
* | | | Preserve legacy permission check behavior.Jeff Sharkey2021-04-283-0/+33
* | | | Long-tail of AttributionSource plumbing.Jeff Sharkey2021-04-2417-233/+362
* | | | More AttributionSource plumbing.Jeff Sharkey2021-04-2319-155/+254
* | | | Pass attribution source to BT APIs.Oli Lan2021-04-229-168/+199
* | | | Refinement of AttributionSource handling.Jeff Sharkey2021-04-223-112/+87
* | | | Merge "Pass AttributionSource to AdapterService methods." into sc-devJeff Sharkey2021-04-212-45/+59
|\ \ \ \
| * | | | Pass AttributionSource to AdapterService methods.Oli Lan2021-04-212-45/+59
* | | | | Merge "Annotations for Bluetooth broadcast intents." into sc-devJeff Sharkey2021-04-2114-6/+115
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Annotations for Bluetooth broadcast intents.Jeff Sharkey2021-04-2114-6/+115
| * | | | Merge "Revert "Set a floor value for BLE Batch Scan report delay of 5000ms"" ...Nataniel Borges2021-04-201-23/+6
| |\ \ \ \
| | * | | | Revert "Set a floor value for BLE Batch Scan report delay of 5000ms"Nataniel Borges2021-04-201-23/+6
| * | | | | Merge "Set a floor value for BLE Batch Scan report delay of 5000ms" am: ce2a2...Treehugger Robot2021-04-201-6/+23
| |\| | | |
| | * | | | Set a floor value for BLE Batch Scan report delay of 5000msRahul Sabnis2021-04-191-6/+23
| | |/ / /
| | * | | OOB generateLocalOobDataMartin Brabham2021-04-151-4/+0
* | | | | Update docs to reflect LE batch scan report delay floorRahul Sabnis2021-04-201-5/+7
|/ / / /
* | | | Add missing Bluetooth API permission enforcement.Jeff Sharkey2021-04-186-0/+41
* | | | More Bluetooth API annotation updates.Jeff Sharkey2021-04-1632-22/+278
* | | | Refine BluetoothLeAdvertiser permissions.Jeff Sharkey2021-04-152-27/+24
* | | | Merge changes from topic "apr10" into sc-devJeff Sharkey2021-04-1538-431/+1402
|\ \ \ \
| * | | | Update Bluetooth API annotations.Jeff Sharkey2021-04-1438-431/+1402
* | | | | Merge "Bluetooth OOB: Fix getLeAppearance" am: ef0304a087 am: 4829eb69df am: ...Treehugger Robot2021-04-151-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Bluetooth OOB: Fix getLeAppearanceHansong Zhang2021-04-131-1/+1
| * | | OOB: Implement getLocalOutOfBand APIMartin Brabham2021-04-072-0/+182
* | | | OOB generateLocalOobDataMartin Brabham2021-04-141-4/+0
* | | | Merge "OOB: Implement generateLocalOutOfBand API" into sc-devTreeHugger Robot2021-04-072-0/+182
|\ \ \ \