index
:
packages_modules_Bluetooth.git
t13.0
packages_modules_Bluetooth
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
java
/
com
/
android
/
server
/
bluetooth
/
BluetoothManagerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable message to restart the stack when flag is pushed
William Escande
2023-03-01
1
-4
/
+1
*
Prevent concurrentModification of profilesServices
William Escande
2023-01-20
1
-1
/
+7
*
Merge changes from topic "cherrypicker-L95100000958232375:N14700001329291186"...
William Escande
2023-01-18
1
-3
/
+10
|
\
|
*
Fix BT Query Routing Issue
Animesh Fatehpuria
2023-01-18
1
-3
/
+10
*
|
Allow Root to call shell command
William Escande
2023-01-17
1
-14
/
+30
|
/
*
Add wait-for-state command
William Escande
2022-12-20
1
-7
/
+16
*
Move all profile services bind to BluetoothManagerService
Etienne Ruffieux
2022-11-29
1
-13
/
+7
*
Add APM session metrics
Stephanie Bak
2022-10-27
1
-17
/
+23
*
Enable BT OPP base activities in system service.
Etienne Ruffieux
2022-08-29
1
-16
/
+21
*
Move enabling state of Bluetooth sharing to system service.
Etienne Ruffieux
2022-08-26
1
-4
/
+10
*
Bluetooth APM enhancement
Stephanie Bak
2022-08-09
1
-7
/
+87
*
Fix admin enable/disable of Bluetooth file sharing, part 2
Rahul Arya
2022-07-20
1
-6
/
+12
*
Merge "Fix admin enable/disable of Bluetooth file sharing" into tm-dev am: c0...
Rahul Arya
2022-07-12
1
-16
/
+49
|
\
|
*
Fix admin enable/disable of Bluetooth file sharing
Rahul Arya
2022-07-08
1
-16
/
+49
*
|
Merge "Check the service is in the supported profile list instead of using sy...
TreeHugger Robot
2022-07-01
1
-2
/
+32
|
\
\
|
|
/
|
/
|
|
*
Check the service is in the supported profile list instead of using system pr...
Patty Huang
2022-06-25
1
-2
/
+32
*
|
Catch IAE in BluetoothManagerService
Sungsoo Lim
2022-06-29
1
-1
/
+5
|
/
*
Merge "Reuse SynchronousResultReceivers instead of creating new." into tm-dev
Etienne Ruffieux
2022-06-23
1
-10
/
+10
|
\
|
*
Reuse SynchronousResultReceivers instead of creating new.
Etienne Ruffieux
2022-06-22
1
-10
/
+10
*
|
Merge "Check sysprop value before trying to bind to service" into tm-dev
Etienne Ruffieux
2022-06-17
1
-10
/
+10
|
\
\
|
*
|
Check sysprop value before trying to bind to service
Etienne Ruffieux
2022-06-16
1
-10
/
+10
|
|
/
*
|
Merge "Prevent infinite rebind" into tm-dev
TreeHugger Robot
2022-06-15
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Prevent infinite rebind
Sungsoo Lim
2022-06-14
1
-3
/
+9
*
|
Restore BluetoothOppLauncherActivity default state
Etienne Ruffieux
2022-06-13
1
-3
/
+8
|
/
*
Fix updateOppLauncherComponentState package name
Etienne Ruffieux
2022-04-19
1
-1
/
+2
*
Listen for Intent.ACTION_USER_SWITCHED in BluetoothManagerService
Rahul Sabnis
2022-04-14
1
-11
/
+16
*
Revert "Save off foreground user id before passing the message to the handler...
Rahul Sabnis
2022-04-14
1
-8
/
+7
*
Save off foreground user id before passing the message to the handler on
Rahul Sabnis
2022-04-13
1
-7
/
+8
*
Merge "Disallow BLE enable in airplane mode" am: 788208c101 am: 45e6f35fe1 am...
Himanshu Rawat
2022-04-09
1
-1
/
+2
|
\
|
*
Merge "Disallow BLE enable in airplane mode" am: 788208c101
Himanshu Rawat
2022-04-07
1
-1
/
+2
|
|
\
|
|
*
Disallow BLE enable in airplane mode
Himanshu Rawat
2022-04-07
1
-1
/
+2
|
*
|
Merge changes from topic "Handle Shutdown Intent" am: bd01f52b72 am: c5741e1775
Joner Lin
2022-03-23
1
-0
/
+7
|
|
\
|
|
|
*
Do not allow Bluetooth enabling during device shutting down
jonerlin
2022-03-23
1
-0
/
+7
|
*
|
Handle SHUTDOWN Intent in BluetoothManagerService am: 753c739998 am: ce789ee6cf
jonerlin
2022-03-23
1
-0
/
+17
|
|
\
|
|
|
*
Handle SHUTDOWN Intent in BluetoothManagerService
jonerlin
2022-03-23
1
-0
/
+17
|
*
|
Merge "Add BluetoothShellCommand" am: ccf3bda9a2 am: b58752d3b2
Treehugger Robot
2022-03-09
1
-1
/
+10
|
|
\
|
|
|
*
Add BluetoothShellCommand
William Escande
2022-02-23
1
-1
/
+10
*
|
|
Replace logic to determine the foreground user id with the SystemService
Rahul Sabnis
2022-04-06
1
-0
/
+30
*
|
|
Changing apk name in the manifest and the corresponding packages.
Roopa Sattiraju
2022-03-24
1
-1
/
+1
*
|
|
Do not allow Bluetooth enabling during device shutting down
jonerlin
2022-03-21
1
-0
/
+7
*
|
|
Handle SHUTDOWN Intent in BluetoothManagerService
jonerlin
2022-03-21
1
-0
/
+17
*
|
|
Added missing profile owner check to enable/disable
Etienne Ruffieux
2022-03-07
1
-7
/
+33
*
|
|
Merge "Add BluetoothShellCommand" into tm-dev
TreeHugger Robot
2022-03-01
1
-1
/
+10
|
\
\
\
|
*
|
|
Add BluetoothShellCommand
William Escande
2022-02-23
1
-1
/
+10
*
|
|
|
Removed unused checks in BluetoothManagerService
Etienne Ruffieux
2022-02-24
1
-16
/
+6
|
/
/
/
*
|
|
Changing server location to com.android.server.bluetooth
Roopa Sattiraju
2022-02-14
1
-2
/
+3
*
|
|
fixing CTS tests for BluetoothAdapter restrictions
Etienne Ruffieux
2022-02-10
1
-1
/
+3
*
|
|
Deprecating BluetoothAdapter enable/disable
Etienne Ruffieux
2022-02-08
1
-48
/
+78
*
|
|
Merge "Restore the getInt / getString call"
TreeHugger Robot
2022-02-04
1
-28
/
+15
|
\
\
\
|
*
|
|
Restore the getInt / getString call
William Escande
2022-02-03
1
-28
/
+15
[next]