1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-05 10:52:15 +02:00

btm: Updated BtmHostDeviceProperty.

This commit is contained in:
yellows8 2020-08-26 12:28:32 -04:00
parent cccef0c525
commit cc2be8375a
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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