btdrv: revert v12 inquiry status doc text

This commit is contained in:
ndeadly 2021-04-19 22:41:14 +02:00 committed by Dave Murphy
parent 1c7db4f8d8
commit 2a294798a8

View File

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