In the Bluetooth admin example there is code you scan available Bluetooth and Connect to Mac address
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
is the Device.Mac, the mac address of bluetooth or the phone? is this unique? and how can i know the my own device mac address
Thank you
			
			
			
				Bluetooth Manager:
			
		
		
		Public Sub ConnectTo (Device As NameAndMac)
    serial.Connect(Device.Mac)
End Sub
	is the Device.Mac, the mac address of bluetooth or the phone? is this unique? and how can i know the my own device mac address
Thank you