-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
binding L2CAP socket: Address already in use #11
Comments
You need to kill off all currently running instances of bluetooth. Then start the PoC. You'll need to enable bluetooth advertising via hciconfig as well: hciconfig hci0 up |
thanks |
Hello, still not working after hciconfig hci0 up How do we kill off all currently running instances of bluetooth please ? |
I saw DLEAK in "Available Devices" on the phone, but could not connect to it. There was a toast saying "Cannot communicate with DLEAK" |
To kill bluetooth, just run |
hello.when i run 9533 poc,it shows:
binding L2CAP socket: Address already in use.
how to solve it?
i guess the problem is "SPD_PSM",but i don't know how to solve it.
The text was updated successfully, but these errors were encountered: