btdrv: use correct u8 type for inquiry status on 12.0.0

This commit is contained in:
ndeadly 2021-04-19 21:42:14 +02:00 committed by Dave Murphy
parent e20d779bd0
commit 1c7db4f8d8

View File

@ -52,7 +52,7 @@ typedef struct {
} v1; ///< [1.0.0-11.0.1] } v1; ///< [1.0.0-11.0.1]
struct { struct {
BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus u8 status; ///< Status: 0 = stopped, 1 = started.
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+]