DJI Mobile SDK Documentation

      class BluetoothDevice

      class BluetoothDevice
      Package:dji.sdk.sdkmanager
      Description:

      This class contains information for a DJI Bluetooth device.

      Class Members:
      Get Name
      method
      method getName
      String getName()
      Package:dji.sdk.sdkmanager
      Description:

      Returns the name of the Bluetooth device.

      Return:
      StringA string representing the name.
      Get Status
      method
      method getStatus
      BluetoothDeviceStatus getStatus()
      Package:dji.sdk.sdkmanager
      Description:

      Returns connection status for the Bluetooth device.

      Return:
      BluetoothDeviceStatusThe enum value of BluetoothDeviceStatus.
      Get Rssi
      method
      method getRssi
      int getRssi()
      Package:dji.sdk.sdkmanager
      Description:

      Returns the signal quality.

      Return:
      intAn Integer representing the signal quality.
      enum BluetoothDeviceStatus
      enum BluetoothDeviceStatus
      Package:dji.sdk.sdkmanager
      Description:

      DJI Bluetooth device status enum.

      Enum Members:
      CONNECTEDBluetooth device connected.
      DISCONNECTEDBluetooth device disconnected.
      CONNECTINGBluetooth device connecting.
      Class Members: