btdrv: fix copy-pasted doc text

This commit is contained in:
ndeadly 2021-04-17 00:57:26 +02:00 committed by Dave Murphy
parent 95766c321b
commit 52ae231c95

View File

@ -82,7 +82,7 @@ typedef struct {
BtdrvClassOfDevice class_of_device; ///< Class of Device. BtdrvClassOfDevice class_of_device; ///< Class of Device.
u8 flag; ///< bool flag for Just Works. With SSP passkey notification this is always 0 u8 flag; ///< bool flag for Just Works. With SSP passkey notification this is always 0
u8 pad; ///< Padding u8 pad; ///< Padding
s32 passkey; ///< Passkey, only set when the above field is value 3. s32 passkey; ///< Passkey
} v12; ///< [12.0.0+] } v12; ///< [12.0.0+]
}; };
} ssp_request; ///< ::BtdrvEventType_SspRequest } ssp_request; ///< ::BtdrvEventType_SspRequest