Open Taolaw opened 5 years ago
This isn't the right place to post this issue as this isn't BLE-Replay, but I also stumbled upon this issue and found a solution.
BLE-Replay was built on BLESuite 1.0.0(Based on the commit dates), so you will need to downgrade to that version. You can do that by resetting your git repo to the last commit 1.0 had.
git reset --hard 58574a2e48
, then reinstall and try again
Follow the instructions to perform the results:
The program stopped here and there was no response. I used the wireshark to capture the Bluetooth port and only sent a
hci_cmd
package. The content is:01 09 10 00
, I don't know what the problem is. I tried https://github.com/nccgroup/BLE-Replay this tool, but the effect is even worse, as shown below:I used
grep
to search the directory ofBLEsulte
, and did not find the string aboutbleServiceManager
. Is this the reason for the version aid change? Is this class still useful?I hope you can see, thank you, I urgently need to do some testing, I hope
BLEsuite
can help me.