Hi,
I'm playing with the BluetoothAdmin class but I cant make it to work,
I do not understand how to get the DeviceFound event to work
I have this line in my Activity_Create where BTAdmin is of the right type
BTAdmin.Initialize("BTAdmin")
I have this defined but it never get called (even when BT is off, than on, and connected
Sub BTAdmin_DeviceFound (Name As String, MacAddress As String)
regardless I need to get the device name even if the app is running after the BT is connected is that possible ?
sorry for the beginner question.
thanks
I'm playing with the BluetoothAdmin class but I cant make it to work,
I do not understand how to get the DeviceFound event to work
I have this line in my Activity_Create where BTAdmin is of the right type
BTAdmin.Initialize("BTAdmin")
I have this defined but it never get called (even when BT is off, than on, and connected
Sub BTAdmin_DeviceFound (Name As String, MacAddress As String)
regardless I need to get the device name even if the app is running after the BT is connected is that possible ?
sorry for the beginner question.
thanks