mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	bluetooth: add HFP Gateway support
Create the 'Handsfree Gateway' profile for bluetooth cards and add filters for 'org.bluez.HandsfreeGateway' to the discover module so module-bluetooth-device is loaded with the correct profile when a Handsfree Gateway connects to bluetoothd (in this case bluetoothd is acting as the headset).
This commit is contained in:
		
							parent
							
								
									edf5f5be6b
								
							
						
					
					
						commit
						342e06498f
					
				
					 4 changed files with 72 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -89,6 +89,9 @@ struct pa_bluetooth_device {
 | 
			
		|||
 | 
			
		||||
    /* Headset state */
 | 
			
		||||
    pa_bt_audio_state_t headset_state;
 | 
			
		||||
 | 
			
		||||
    /* HandsfreeGateway state */
 | 
			
		||||
    pa_bt_audio_state_t hfgw_state;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
pa_bluetooth_discovery* pa_bluetooth_discovery_get(pa_core *core);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue