aboutsummaryrefslogtreecommitdiff
path: root/service/java/com/android/server/bluetooth/BluetoothManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Disable message to restart the stack when flag is pushedWilliam Escande2023-03-011-4/+1
* Prevent concurrentModification of profilesServicesWilliam Escande2023-01-201-1/+7
* Merge changes from topic "cherrypicker-L95100000958232375:N14700001329291186"...William Escande2023-01-181-3/+10
|\
| * Fix BT Query Routing IssueAnimesh Fatehpuria2023-01-181-3/+10
* | Allow Root to call shell commandWilliam Escande2023-01-171-14/+30
|/
* Add wait-for-state commandWilliam Escande2022-12-201-7/+16
* Move all profile services bind to BluetoothManagerServiceEtienne Ruffieux2022-11-291-13/+7
* Add APM session metricsStephanie Bak2022-10-271-17/+23
* Enable BT OPP base activities in system service.Etienne Ruffieux2022-08-291-16/+21
* Move enabling state of Bluetooth sharing to system service.Etienne Ruffieux2022-08-261-4/+10
* Bluetooth APM enhancementStephanie Bak2022-08-091-7/+87
* Fix admin enable/disable of Bluetooth file sharing, part 2Rahul Arya2022-07-201-6/+12
* Merge "Fix admin enable/disable of Bluetooth file sharing" into tm-dev am: c0...Rahul Arya2022-07-121-16/+49
|\
| * Fix admin enable/disable of Bluetooth file sharingRahul Arya2022-07-081-16/+49
* | Merge "Check the service is in the supported profile list instead of using sy...TreeHugger Robot2022-07-011-2/+32
|\ \ | |/ |/|
| * Check the service is in the supported profile list instead of using system pr...Patty Huang2022-06-251-2/+32
* | Catch IAE in BluetoothManagerServiceSungsoo Lim2022-06-291-1/+5
|/
* Merge "Reuse SynchronousResultReceivers instead of creating new." into tm-devEtienne Ruffieux2022-06-231-10/+10
|\
| * Reuse SynchronousResultReceivers instead of creating new.Etienne Ruffieux2022-06-221-10/+10
* | Merge "Check sysprop value before trying to bind to service" into tm-devEtienne Ruffieux2022-06-171-10/+10
|\ \
| * | Check sysprop value before trying to bind to serviceEtienne Ruffieux2022-06-161-10/+10
| |/
* | Merge "Prevent infinite rebind" into tm-devTreeHugger Robot2022-06-151-3/+9
|\ \ | |/ |/|
| * Prevent infinite rebindSungsoo Lim2022-06-141-3/+9
* | Restore BluetoothOppLauncherActivity default stateEtienne Ruffieux2022-06-131-3/+8
|/
* Fix updateOppLauncherComponentState package nameEtienne Ruffieux2022-04-191-1/+2
* Listen for Intent.ACTION_USER_SWITCHED in BluetoothManagerServiceRahul Sabnis2022-04-141-11/+16
* Revert "Save off foreground user id before passing the message to the handler...Rahul Sabnis2022-04-141-8/+7
* Save off foreground user id before passing the message to the handler onRahul Sabnis2022-04-131-7/+8
* Merge "Disallow BLE enable in airplane mode" am: 788208c101 am: 45e6f35fe1 am...Himanshu Rawat2022-04-091-1/+2
|\
| * Merge "Disallow BLE enable in airplane mode" am: 788208c101Himanshu Rawat2022-04-071-1/+2
| |\
| | * Disallow BLE enable in airplane modeHimanshu Rawat2022-04-071-1/+2
| * | Merge changes from topic "Handle Shutdown Intent" am: bd01f52b72 am: c5741e1775Joner Lin2022-03-231-0/+7
| |\|
| | * Do not allow Bluetooth enabling during device shutting downjonerlin2022-03-231-0/+7
| * | Handle SHUTDOWN Intent in BluetoothManagerService am: 753c739998 am: ce789ee6cfjonerlin2022-03-231-0/+17
| |\|
| | * Handle SHUTDOWN Intent in BluetoothManagerServicejonerlin2022-03-231-0/+17
| * | Merge "Add BluetoothShellCommand" am: ccf3bda9a2 am: b58752d3b2Treehugger Robot2022-03-091-1/+10
| |\|
| | * Add BluetoothShellCommandWilliam Escande2022-02-231-1/+10
* | | Replace logic to determine the foreground user id with the SystemServiceRahul Sabnis2022-04-061-0/+30
* | | Changing apk name in the manifest and the corresponding packages.Roopa Sattiraju2022-03-241-1/+1
* | | Do not allow Bluetooth enabling during device shutting downjonerlin2022-03-211-0/+7
* | | Handle SHUTDOWN Intent in BluetoothManagerServicejonerlin2022-03-211-0/+17
* | | Added missing profile owner check to enable/disableEtienne Ruffieux2022-03-071-7/+33
* | | Merge "Add BluetoothShellCommand" into tm-devTreeHugger Robot2022-03-011-1/+10
|\ \ \
| * | | Add BluetoothShellCommandWilliam Escande2022-02-231-1/+10
* | | | Removed unused checks in BluetoothManagerServiceEtienne Ruffieux2022-02-241-16/+6
|/ / /
* | | Changing server location to com.android.server.bluetoothRoopa Sattiraju2022-02-141-2/+3
* | | fixing CTS tests for BluetoothAdapter restrictionsEtienne Ruffieux2022-02-101-1/+3
* | | Deprecating BluetoothAdapter enable/disableEtienne Ruffieux2022-02-081-48/+78
* | | Merge "Restore the getInt / getString call"TreeHugger Robot2022-02-041-28/+15
|\ \ \
| * | | Restore the getInt / getString callWilliam Escande2022-02-031-28/+15