bleah icon indicating copy to clipboard operation
bleah copied to clipboard

read handle failed

Open NadSo opened this issue 8 years ago • 11 comments

Hello, I tried just Tool and noticed that the read handle option did n't work properly I mean I wasn't able to read the handles of my BLE device handle_read

NadSo avatar Sep 30 '17 16:09 NadSo

what does it happen exactly? could you also share the enumeration data of the handles and characteristics?

evilsocket avatar Sep 30 '17 17:09 evilsocket

well It just happens that I am not able to see the list of my device's handles

NadSo avatar Oct 01 '17 09:10 NadSo

Did you try to add the -e parameter to actually start handles enumeration?

evilsocket avatar Oct 01 '17 11:10 evilsocket

yes that's how it looks like:

enumeration

NadSo avatar Oct 01 '17 16:10 NadSo

I want to see the list of all the handles actually

NadSo avatar Oct 01 '17 16:10 NadSo

you want to enumerate the handles or enumerate and read all of them?

evilsocket avatar Oct 02 '17 10:10 evilsocket

I want to enumerate and read all of them

NadSo avatar Oct 02 '17 10:10 NadSo

did you try to use both -e and --handles arguments?

evilsocket avatar Oct 02 '17 10:10 evilsocket

do you mean like this: enum_handle

NadSo avatar Oct 02 '17 11:10 NadSo

yes ... there's a bug :D will check

evilsocket avatar Oct 02 '17 11:10 evilsocket

Try removing the "" from around the MAC.

jreynders avatar Jan 09 '18 16:01 jreynders