In the Microsoft Bluetooth DOCs, I see these HCI commands that can be sent to the BLE stack
- HCI_VS_MSFT_LE_Monitor_Advertisement
- HCI_VS_MSFT_LE_Cancel_Monitor_Advertisement
I can't find any examples of:
- Opening the driver
- Using the above to request advertisements
- Receiving the advertisements
Can anybody point me to an example?