btdrv: change comments to reference BtdrvInquiryStatus

This commit is contained in:
ndeadly 2021-04-17 00:54:47 +02:00
parent dba7d61756
commit dc665497a0

View File

@ -48,11 +48,11 @@ typedef struct {
struct { struct {
union { union {
struct { struct {
BtdrvInquiryStatus status; ///< Status: 0 = stopped, 1 = started. BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus
} v1; ///< [1.0.0-11.0.1] } v1; ///< [1.0.0-11.0.1]
struct { struct {
BtdrvInquiryStatus status; ///< Status: 0 = stopped, 1 = started. BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus
u8 pad[3]; ///< Padding u8 pad[3]; ///< Padding
u32 service_mask; ///< Services value from /ref btdrvStartInquiry when starting, otherwise this is value 0 u32 service_mask; ///< Services value from /ref btdrvStartInquiry when starting, otherwise this is value 0
} v12; ///< [12.0.0+] } v12; ///< [12.0.0+]