mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	bluetooth: Make pa_bluetooth_transport_parse_property() private
The function is not being used outside bluetooth-util and thus can be made private.
This commit is contained in:
		
							parent
							
								
									3f41a4a538
								
							
						
					
					
						commit
						28251e7243
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -747,8 +747,7 @@ static void list_adapters(pa_bluetooth_discovery *y) {
 | 
			
		|||
    send_and_add_to_pending(y, m, get_properties_reply, NULL);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int pa_bluetooth_transport_parse_property(pa_bluetooth_transport *t, DBusMessageIter *i)
 | 
			
		||||
{
 | 
			
		||||
static int pa_bluetooth_transport_parse_property(pa_bluetooth_transport *t, DBusMessageIter *i) {
 | 
			
		||||
    const char *key;
 | 
			
		||||
    DBusMessageIter variant_i;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue