There are a lot of tutorials on using WiFi to connect Android devices to debug apps, but you need Bluetooth to communicate with your project, so it involves using Bluetooth to call ADB.
1. Pairing your computer's Bluetooth with your phone (Control Panel, device and printer, add device)
2. Set on the phone (set à more wireless connection à 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. Run HyperTerminal.
Turn on the WiFi lock
6. Run the following command:
1. su // if the symbol shown earlier is $ , run this command to switch to root. If it is # , you can use this command
2. setprop service.adb.tcp.port 5555
3. Stop ADBD
4. Start ADBD
7.PC end found in cmd in the ADB directory run
1. ADB connect bluetooth gateway
If "Connected to192.168.44.1:5555" is displayed to indicate a successful connection
8. Run adb shell If you can enter, you are done. Otherwise, you need to connect your phone to your computer via a data cable and allow your computer to connect to it.
Android uses Bluetooth to connect ADB debug app