connect

abstract suspend fun connect(): Response<BullittDeviceStatus>

Establishes a connection with the device.

Return

Success with the initial device status if connection is successful, or Failure with an exception if connection fails.