There are a lot of tutorials on using WiFi to connect Android devices to debug apps, but you need to use Bluetooth to communicate in your project. So it involves using Bluetooth to call ADB.
1. Pairing your computer's Bluetooth with your phone (Control Panel, devices and printers, adding devices)
2. Set on the phone (set à many other wireless connections à network share à bluetooth shared network)
3. PC-side, device and printer-"Select paired phone-" right-"Connect using-" access point
4. After the connection is successful, open cmd to inquire the IP of the Bluetooth adapter
5. Download the application It's needless to say. Perform HyperTerminal.
Turn on the WiFi lock
6. Execute the following command:
1. su // assume that the symbol shown earlier is $ . Then execute this command to switch to root.
The assumption is # , to be able to use this command
2. setprop service.adb.tcp.port 5555
3. Stop ADBD
4. Start ADBD
7.PC end in cmd find adb folder execution
1. ADB connect bluetooth gateway
Assuming that "connected to192.168.44.1:5555" is displayed to indicate a successful connection
8. Execute the ADB shell hypothesis to enter, then you are done. Otherwise, you need to connect your phone to your computer via a data cable and agree to your computer's connection on your phone. You can use it.
Android uses Bluetooth to connect ADB debug app