0

I have a dialog semiconductor Bluetooth device. I would like to send data from my bluetooth to some applicaion on PC. Are there any applications that detect and collects the data from my Bluetooth?. Thank you.

3
  • There are lot of applications but I think no one of them know about your device and data it sends. So you have to follow device's documentation and data protocol and write your own application. Commented Sep 20, 2019 at 12:40
  • Thank you Mike. You mean I should develop a windows application and that application should have a protocol specified in datasheet of Bluetooth right? Commented Sep 20, 2019 at 12:44
  • Yes, something like that. First you have decide (or you need to know) what kind is your device: Is it BLE or Classic? In case of BLE does it support GATT? If Classic does it support RFCOMM? Next you need to know protocols. For GATT you need to know which characteristics need to be read, write, notify. For RFCOMM which profile it supports (SPP, OBEX, other). That is the first step. Commented Sep 20, 2019 at 22:21

1 Answer 1

1

@gandhi, If your question is how to sniff bluetooth packets exchanged from Dialog semiconductor and the PC, It is worth going through this URL https://wiki.wireshark.org/CaptureSetup/Bluetooth

The wireshark logs will show detailed information on the packet exchanged, like ACL and SCO bluetooth data

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.