## bluetooth-battery ```bash bluetooth-battery [Device { id: "id", name: "Xiaomi Buds 3 Pro", battery: 100, update_time: 1700021362 }] ``` ```rust let devices = get_bluetooth_battery(); ```