@SystemApi
Provides classes to manage Low-power Wireless Personal Area Network (LoWPAN) functionality on the device. Examples of such network technologies include Thread and ZigBee IP.
The LoWPAN APIs provide a means by which applications can communicate with the lower-level wireless stack that provides LoWPAN network access.
Some APIs may require the following user permissions:
Note: Not all Android-powered devices provide LoWPAN functionality.
If your application uses these APIs, declare so with a {@code 
<manifest ...>
    <uses-feature android:name="android.hardware.lowpan" />
    ...
</manifest>