| 
         Site.SideBar
 
 | 
      
        
        
- Make phone discoverable
 - Find Mac address of phone
 - hcitool scan
- Showed two other mac addresses and their names
 
  - sdptool search DUN
 - sudo hcitool cc (phone mac)
 - sudo hcitool auth (phone mac)
 - Make PC discoverable
- sudo dbus-send --system --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:discoverable
 
   
 
       |