mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	bluez5: don't set bluez timeout on transport release
Setting bluez timeout on transport release makes codec switches delayed, and is not necessary.
This commit is contained in:
		
							parent
							
								
									c0d55eae86
								
							
						
					
					
						commit
						e0939ff8ab
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -3185,8 +3185,6 @@ static int do_transport_release(struct spa_bt_transport *transport)
 | 
				
			||||||
	r = dbus_connection_send_with_reply_and_block(monitor->conn, m, -1, &err);
 | 
						r = dbus_connection_send_with_reply_and_block(monitor->conn, m, -1, &err);
 | 
				
			||||||
	dbus_message_unref(m);
 | 
						dbus_message_unref(m);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	spa_bt_device_update_last_bluez_action_time(transport->device);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	if (r == NULL)  {
 | 
						if (r == NULL)  {
 | 
				
			||||||
		if (is_idle) {
 | 
							if (is_idle) {
 | 
				
			||||||
			/* XXX: The fd always needs to be closed. However, Release()
 | 
								/* XXX: The fd always needs to be closed. However, Release()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue