Debugging bluetooth

Hi
I have a bluetooth le usb dongle that connects fine with a bluetooth central. How do I go about viewing the data recieved by the BT USB dongle?? I’m trying to simply emulate a serial connection. Sorry for the newb quesion - many many thanks if you can help!

Did you tried btmon ??
or

hcidump -i hci0 -w dump &
Run the above command on your beaglebone black…!!! You will get a dump file, copy it to the windows machine and use wire shark to analyse the same.

or

Some costly option is http://www.ellisys.com/products/usbex200/ ( I had used this, work great)

great tip - thanks for the help!