mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	bluez5: backend-native: Fix ECNR support in HFP HF SDP record
Sending AT+ECNR is supported by the native backend
This commit is contained in:
		
							parent
							
								
									df1c36aec2
								
							
						
					
					
						commit
						277b80c903
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3318,6 +3318,7 @@ static DBusHandlerResult profile_new_connection(DBusConnection *conn, DBusMessag
 | 
			
		|||
	} else if (profile == SPA_BT_PROFILE_HFP_AG) {
 | 
			
		||||
		/* Start SLC connection */
 | 
			
		||||
		unsigned int hf_features = SPA_BT_HFP_HF_FEATURE_CLIP | SPA_BT_HFP_HF_FEATURE_3WAY |
 | 
			
		||||
									SPA_BT_HFP_HF_FEATURE_ECNR |
 | 
			
		||||
									SPA_BT_HFP_HF_FEATURE_ENHANCED_CALL_STATUS |
 | 
			
		||||
									SPA_BT_HFP_HF_FEATURE_ESCO_S4;
 | 
			
		||||
		bool has_msbc = device_supports_codec(backend, rfcomm->device, HFP_AUDIO_CODEC_MSBC);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue