diff --git a/nx/include/switch/services/btm.h b/nx/include/switch/services/btm.h index aedb212f..2a18f600 100644 --- a/nx/include/switch/services/btm.h +++ b/nx/include/switch/services/btm.h @@ -40,7 +40,9 @@ typedef struct { /// DevicePropertyList typedef struct { - u8 unk_x0[0x268]; ///< Unknown + u8 total_entries; ///< Total entries. + u8 pad[3]; ///< Padding + BtmDeviceInfo devices[10]; ///< Array of \ref BtmDeviceInfo with the above entry total. } BtmDevicePropertyList; /// ZeroRetransmissionList