mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	bluetooth: Ignore Device.Connected
The Device.Connected was only used for tracking whether a device module should be loaded, but that information is already included in the individual profile state properties. The property can therefore be completely ignored without any loss in functionality.
This commit is contained in:
		
							parent
							
								
									55baf5424e
								
							
						
					
					
						commit
						6545cc77f4
					
				
					 3 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -110,7 +110,6 @@ struct pa_bluetooth_device {
 | 
			
		|||
    pa_hashmap *transports;
 | 
			
		||||
    int paired;
 | 
			
		||||
    char *alias;
 | 
			
		||||
    int device_connected;
 | 
			
		||||
    PA_LLIST_HEAD(pa_bluetooth_uuid, uuids);
 | 
			
		||||
    char *address;
 | 
			
		||||
    int class;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue