One of the features provided by the Digi IoT Library for .NET MAUI is the possibility to configure an XBee device using Bluetooth as communication interface. The library includes an example that demonstrates this feature: the XBee BLE Configuration sample.
This application demonstrates using the Digi IoT Library for .NET MAUI to configure XBee devices over Bluetooth Low Energy. The example scans for Bluetooth devices and allows you to connect to your XBee device. Once connected, the application displays a small subset of the XBee settings you can read or write.
You can locate the example at the following path: examples/xbee/BLEConfigurationSample
For more information about how to configure an XBee device, see Configure an XBee device.