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);
 | 
					    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;
 | 
					    const char *key;
 | 
				
			||||||
    DBusMessageIter variant_i;
 | 
					    DBusMessageIter variant_i;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -149,7 +149,6 @@ bool pa_bluetooth_device_any_audio_connected(const pa_bluetooth_device *d);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int pa_bluetooth_transport_acquire(pa_bluetooth_transport *t, const char *accesstype, size_t *imtu, size_t *omtu);
 | 
					int pa_bluetooth_transport_acquire(pa_bluetooth_transport *t, const char *accesstype, size_t *imtu, size_t *omtu);
 | 
				
			||||||
void pa_bluetooth_transport_release(pa_bluetooth_transport *t, const char *accesstype);
 | 
					void pa_bluetooth_transport_release(pa_bluetooth_transport *t, const char *accesstype);
 | 
				
			||||||
int pa_bluetooth_transport_parse_property(pa_bluetooth_transport *t, DBusMessageIter *i);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
pa_hook* pa_bluetooth_discovery_hook(pa_bluetooth_discovery *d);
 | 
					pa_hook* pa_bluetooth_discovery_hook(pa_bluetooth_discovery *d);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue