From cc2be8375a9439aa3b01975b87d8045500ee0968 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 26 Aug 2020 12:28:32 -0400 Subject: [PATCH] btm: Updated BtmHostDeviceProperty. --- nx/include/switch/services/btm.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nx/include/switch/services/btm.h b/nx/include/switch/services/btm.h index fdb765bd..aedb212f 100644 --- a/nx/include/switch/services/btm.h +++ b/nx/include/switch/services/btm.h @@ -12,7 +12,10 @@ /// HostDeviceProperty typedef struct { - u8 unk_x0[0x2A]; ///< Unknown + BtdrvAddress addr; ///< Same as BtdrvAdapterProperty::addr. + u8 type5[0x3]; ///< Same as BtdrvAdapterProperty::type5. + char name[0x20]; ///< Same as BtdrvAdapterProperty::name (except the last byte which is always zero). + u8 type6; ///< Same as BtdrvAdapterProperty::type6. } BtmHostDeviceProperty; /// DeviceCondition