digi.ble module

The digi.ble module provides interaction with the Bluetooth Low Energy (BLE) functionality of the XBee device.

You can import the digi.ble module as follows:

from digi import ble

If you prefer, you can also use the digi.ble module as follows:

import digi

# Example: disable BLE functionality.
digi.ble.active(False)