• Enable wireless debugging on your android phone.
  • Get the pairing address, port and code from your phone.
adb pair 192.168.1.244:42337 
  • Enter the pairing the code.
  • Now run the connect command to connect to the device.
adb connect 192.168.1.244:39913

NOTE: The port used for pairing is different from the port used to establish the connection.