To implement passive listening for Bluetooth pairing requests from other devices on the Windows platform.

  • Thread starter Thread starter 友维 焦
  • Start date Start date

友维 焦

Guest
I am trying to implement passive listening for Bluetooth pairing requests from other devices on the Windows platform. Currently, I am using C++/WinRT and the Windows.Devices.Bluetooth API, which primarily supports active pairing requests, but I am unable to achieve passive listening.Goal: Implement passive listening to receive and handle pairing requests initiated by other devices.Current Implementation: Using standard APIs to handle active pairing requests, but unable to listen for pairing requests from other devices.Challenge: The API does not support passive listening; deeper acce

Continue reading...
 
Back
Top