mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	bluetooth: GetProperties after profile UUID show up
This commit is contained in:
		
							parent
							
								
									20bd1c686c
								
							
						
					
					
						commit
						38825d7912
					
				
					 2 changed files with 26 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -28,6 +28,20 @@
 | 
			
		|||
#include <pulsecore/macro.h>
 | 
			
		||||
#include <pulsecore/core-util.h>
 | 
			
		||||
 | 
			
		||||
/* UUID copied from bluez/audio/device.h */
 | 
			
		||||
#define GENERIC_AUDIO_UUID      "00001203-0000-1000-8000-00805F9B34FB"
 | 
			
		||||
 | 
			
		||||
#define HSP_HS_UUID             "00001108-0000-1000-8000-00805F9B34FB"
 | 
			
		||||
#define HSP_AG_UUID             "00001112-0000-1000-8000-00805F9B34FB"
 | 
			
		||||
 | 
			
		||||
#define HFP_HS_UUID             "0000111E-0000-1000-8000-00805F9B34FB"
 | 
			
		||||
#define HFP_AG_UUID             "0000111F-0000-1000-8000-00805F9B34FB"
 | 
			
		||||
 | 
			
		||||
#define ADVANCED_AUDIO_UUID     "0000110D-0000-1000-8000-00805F9B34FB"
 | 
			
		||||
 | 
			
		||||
#define A2DP_SOURCE_UUID        "0000110A-0000-1000-8000-00805F9B34FB"
 | 
			
		||||
#define A2DP_SINK_UUID          "0000110B-0000-1000-8000-00805F9B34FB"
 | 
			
		||||
 | 
			
		||||
typedef struct pa_bluetooth_uuid pa_bluetooth_uuid;
 | 
			
		||||
typedef struct pa_bluetooth_device pa_bluetooth_device;
 | 
			
		||||
typedef struct pa_bluetooth_discovery pa_bluetooth_discovery;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue