mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	bluetooth: Add transport hooks into pa_bluetooth_hook_t
Add the transport-handling hooks to the centralized list of hooks in pa_bluetooth_hook_t. These are intended to replace the now deprecated transport-specific hook list in pa_bluetooth_transport_hook_t.
This commit is contained in:
		
							parent
							
								
									439745505a
								
							
						
					
					
						commit
						f035ffe3c0
					
				
					 2 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -74,6 +74,8 @@ struct pa_bluetooth_hook_uuid_data {
 | 
			
		|||
typedef enum pa_bluetooth_hook {
 | 
			
		||||
    PA_BLUETOOTH_HOOK_DEVICE_CONNECTION_CHANGED, /* Call data: pa_bluetooth_device */
 | 
			
		||||
    PA_BLUETOOTH_HOOK_DEVICE_UUID_ADDED, /* Call data: pa_bluetooth_hook_uuid_data */
 | 
			
		||||
    PA_BLUETOOTH_HOOK_TRANSPORT_STATE_CHANGED, /* Call data: pa_bluetooth_transport */
 | 
			
		||||
    PA_BLUETOOTH_HOOK_TRANSPORT_NREC_CHANGED, /* Call data: pa_bluetooth_transport */
 | 
			
		||||
    PA_BLUETOOTH_HOOK_MAX
 | 
			
		||||
} pa_bluetooth_hook_t;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue