Some DJI products can be controlled using the Mobile SDK over a Bluetooth wireless connection. This class contains methods to search for, connect to, and disconnect from such products.
Used to start searching for DJI Products that are near the mobile device and can be controlled with the Mobile SDK using Bluetooth. Use connectorDidFindProducts to receive the product list.
This protocol provides the delegate method that receives the list of DJI products that can be controlled by the Mobile SDK using a Bluetooth connection from the mobile device.
Provides the list of DJI products that can be connected with the mobile device over Bluetooth. Delegate will continue to receive an updated list after searchBluetoothProductsWithCompletion is called until the searching is finished (either product is connected or after 10s).