I have an application that connects to another device via Bluetooth using the libraries and serial BlluetoothAdmin for certain data.
After obtaining the data, the application must send a report to a bluetooth printer, for which I created a class that creates the report connects to the printer, and also by the Serial BlluetoothAdmin libraries.
The problem is that when BluetoothAdmin defined in the class, produces the "DeviceFound" event, the event raised is the activity event and not the class event.
After obtaining the data, the application must send a report to a bluetooth printer, for which I created a class that creates the report connects to the printer, and also by the Serial BlluetoothAdmin libraries.
The problem is that when BluetoothAdmin defined in the class, produces the "DeviceFound" event, the event raised is the activity event and not the class event.