MAUI Bluetooth Custom Pairing: How to prompt a user for the pairing-PIN-code displayed on the bluetooth-device to complete the pairing?
Essentially what the subject says. I have a bluetooth device which displays a PIN on its screen every time I try to pair with it using my windows 10 machine. I need to display some sort of popup dialog in my .Net8 MAUI app for the user to type said PIN so as to submit it to the BLE stack of windows. My current code looks like this:
MAUI Bluetooth Custom Pairing: How to prompt a user for the pairing-ping displayed on the the bluetooth-device to complete the pairing?
Essentially what the subject says. I have a bluetooth device which displays a PIN on it’s screen every time I try to pair with it using my windows 10 machine. I need to display some sort of popup dialog in my .Net8 MAUI app for the user to type said PIN and to submit to the BLE stack of windows. My current code looks like this: