mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 01:52:14 +02:00
btdrv: change ble event info comments to doc text
This commit is contained in:
parent
0e4ee35842
commit
f585a60146
@ -331,7 +331,7 @@ typedef struct {
|
||||
u16 max_interval;
|
||||
u16 slave_latency;
|
||||
u16 timeout_multiplier;
|
||||
} type3; // Connection params
|
||||
} type3; ///< Connection params?
|
||||
|
||||
struct {
|
||||
u32 status;
|
||||
@ -342,7 +342,7 @@ typedef struct {
|
||||
u32 conn_id;
|
||||
BtdrvAddress address;
|
||||
u16 unk_x12;
|
||||
} type4; // Connection status
|
||||
} type4; ///< Connection status?
|
||||
|
||||
struct {
|
||||
u32 status;
|
||||
@ -353,7 +353,7 @@ typedef struct {
|
||||
BtdrvBleAdvertisementData adv[10];
|
||||
u8 count;
|
||||
u32 unk_x144;
|
||||
} type6; // Scan result
|
||||
} type6; ///< Scan result?
|
||||
|
||||
struct {
|
||||
u32 status;
|
||||
@ -371,7 +371,7 @@ typedef struct {
|
||||
BtdrvGattAttributeUuid descr_uuid;
|
||||
u16 size;
|
||||
u8 data[0x202];
|
||||
} type8; // Notification
|
||||
} type8; ///< Notification?
|
||||
|
||||
struct {
|
||||
u32 status;
|
||||
|
Loading…
Reference in New Issue
Block a user