Hey,
Hope you are all well!
I have been able to successfully observe various Bluetooth events, such as Power ON/OFF, incoming connection etc. with Publish&Subscribe keys such as KPropertyKeyBluetoothGetScanningStatus, KPropertyKeyBluetoothGetPHYCount etc.
But do you know if there is any way of noticing when a remote device is performing Bluetooth Device Inquiry?
I.e. so that when a remote device is performing Bluetooth Device Search, and my device answers to it, my application would be notified.
My goal is to get a notification of the event when my device answers to the device inquiry and then get the remote device MAC address and/or friendly name (which is not a problem, using RHostResolver & GetByAddress etc.).

Reply With Quote

