From 9febf780b1096bfd69bc6a166f4fe05fbbc6413e Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 26 Aug 2020 19:03:55 -0400 Subject: [PATCH] btm: Updated BtmDevicePropertyList. --- nx/include/switch/services/btm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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