DJI Mobile SDK Documentation

      class BluetoothDevicesListCallback

      interface BluetoothDevicesListCallback
      Package:dji.sdk.sdkmanager
      Description:

      Delegate that receives the product list found by the connector.

      Class Members:
      State
      method
      method onUpdate
      void onUpdate(@NonNull List<BluetoothDevice> devices)
      Package:dji.sdk.sdkmanager
      Description:

      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 searchBluetoothProducts is called until the searching is finished (either product is connected or after 10s).

      Input Parameters:
      @NonNull List<BluetoothDevice> devicesA list of DJI products found by the connector.