You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the device is paired successfully, I add the device to the deviceStore. When I start the application again, I can get an NSDictionary, which contains device information and service information. But how do I convert this NSDictionary into a ConnectableDevice? The document introduces that to obtain a strongly typed ConnectableDevice object, please use the getDeviceForUUID: method, but there is no getDeviceForUUID method in the code, and the device obtained using the deviceForId method is incomplete and cannot be controlled.
The text was updated successfully, but these errors were encountered:
After the device is paired successfully, I add the device to the deviceStore. When I start the application again, I can get an NSDictionary, which contains device information and service information. But how do I convert this NSDictionary into a ConnectableDevice? The document introduces that to obtain a strongly typed ConnectableDevice object, please use the getDeviceForUUID: method, but there is no getDeviceForUUID method in the code, and the device obtained using the deviceForId method is incomplete and cannot be controlled.
The text was updated successfully, but these errors were encountered: