I developed an Android App to test the peripherals in an Android Thing using the information given in the link https://developer.android.com/things/sdk/pio/gpio. The link has given support to configure and test GPIO, SPI, UART, I2C and PWM, similarly I want to test Ethernet, Wifi and Bluetooth.
Is there any options to configure and test Ethernet, Wifi and Bluetooth peripherals in Android things.
Android Things is based on Android. As such, Ethernet, Wi-Fi, and Bluetooth features use the same APIs and capabilities as the standard Android platform. For Bluetooth, the platform provides some additional APIs for features like pairing.