Hi,
I'm trying to capture and communicate BLE devices on the Desktop/Laptop running Windows and MacOS.
My Application is to capture BLE packets, Connect to particular devices(use central filtering techniques), discover the custom services and exchange the data.
Based on my understanding and readings, BLE is not compatible with the Bluetooth Classic. Both use different set of hardware modules and radios. Therefore it is not possible to scan the BLE devices using the native Bluetooth settings on the OS.
But however new devices has got dual-mode Bluetooth devices which support both BT classic and BLE.
My questions here are
1. Is Hardware adapter(BLE supported modules- nRF52840 Dongle) connected to Desktop/Laptop are required to communicate with the BLE peripheral devices?
2. Is it possible , on latest devices - Without any hardware adapter connected to Desktop/Laptop, can we scan and communicate with BLE devices ? so i.e. using the libraries or developing own application?
Thanks