mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
setsys: update SetSysBluetoothDevicesSettings for 13.0.0
This commit is contained in:
parent
8db41edc43
commit
b5714296d6
@ -312,7 +312,7 @@ typedef struct {
|
|||||||
/// BluetoothDevicesSettings
|
/// BluetoothDevicesSettings
|
||||||
typedef struct {
|
typedef struct {
|
||||||
BtdrvAddress addr; ///< \ref BtdrvAddress
|
BtdrvAddress addr; ///< \ref BtdrvAddress
|
||||||
BtmBdName name; ///< BdName
|
BtmBdName name; ///< BdName. Unused on 13.0.0+
|
||||||
BtmClassOfDevice class_of_device; ///< ClassOfDevice
|
BtmClassOfDevice class_of_device; ///< ClassOfDevice
|
||||||
u8 link_key[0x10]; ///< LinkKey
|
u8 link_key[0x10]; ///< LinkKey
|
||||||
u8 link_key_present; ///< LinkKeyPresent
|
u8 link_key_present; ///< LinkKeyPresent
|
||||||
@ -328,7 +328,14 @@ typedef struct {
|
|||||||
u8 device_type; ///< DeviceType
|
u8 device_type; ///< DeviceType
|
||||||
u16 brr_size; ///< BrrSize
|
u16 brr_size; ///< BrrSize
|
||||||
u8 brr[0x9]; ///< Brr
|
u8 brr[0x9]; ///< Brr
|
||||||
u8 reserved[0x12B]; ///< Reserved
|
union {
|
||||||
|
u8 reserved[0x12B]; ///< Reserved [1.0.0-12.1.0]
|
||||||
|
|
||||||
|
struct {
|
||||||
|
u8 pad; ///< Padding
|
||||||
|
char name2[0xF9]; ///< Name
|
||||||
|
}; ///< [13.0.0+]
|
||||||
|
};
|
||||||
} SetSysBluetoothDevicesSettings;
|
} SetSysBluetoothDevicesSettings;
|
||||||
|
|
||||||
/// Structure returned by \ref setsysGetFirmwareVersion.
|
/// Structure returned by \ref setsysGetFirmwareVersion.
|
||||||
|
Loading…
Reference in New Issue
Block a user