diff options
| author | Sergi Granell | 2016-12-22 19:30:31 +0100 |
|---|---|---|
| committer | Sergi Granell | 2016-12-22 19:30:31 +0100 |
| commit | 4244397bddf98f85518ad75c434e816285407393 (patch) | |
| tree | db9e4b42065ee64aa060a030f141dc5be104eed3 /include | |
| parent | Merge pull request #115 from vitasdk/TheOfficialFloW-patch-1 (diff) | |
| download | vds-libraries-4244397bddf98f85518ad75c434e816285407393.tar.gz | |
Update SceBtRegisteredInfo
Diffstat (limited to '')
| -rw-r--r-- | include/kernel/bt.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/include/kernel/bt.h b/include/kernel/bt.h index ea79015..fa19682 100644 --- a/include/kernel/bt.h +++ b/include/kernel/bt.h @@ -245,10 +245,17 @@ extern "C" { #define SCE_BT_ERROR_USER_CONFIRM_NOT_CONNECTED 0x802f0207 typedef struct { - unsigned char mac[5]; - unsigned char unk1[32 - 5]; + unsigned char mac[6]; + unsigned short unk0; + unsigned int bt_class; + unsigned int unk1; + unsigned int unk2; + unsigned short vid; + unsigned short pid; + unsigned int unk3; + unsigned int unk4; char name[128]; - unsigned char unk2[128]; + unsigned char unk5[0x60]; } SceBtRegisteredInfo; /* size = 0x100 */ typedef struct { |
