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.
voidsearchBluetoothProducts(@Nullable final CompletionCallback callback)
Package:
dji.sdk.sdkmanager
Description:
Used to start searching for DJI Products that are near the mobile device and can be controlled with the Mobile SDK using Bluetooth. Use onUpdate to receive the product list.
Input Parameters:
@Nullable final CompletionCallback callback
Completion block returns the command execution result. It is called once the searching is started.