mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
list gap security rqeuirements
This commit is contained in:
parent
c77e88389f
commit
34f9eab8a3
@ -68,6 +68,13 @@ typedef enum {
|
||||
LEVEL_4,
|
||||
} gap_security_level_t;
|
||||
|
||||
typedef enum {
|
||||
GAP_SECURITY_NONE,
|
||||
GAP_SECUIRTY_ENCRYPTED, // SSP: JUST WORKS
|
||||
GAP_SECURITY_AUTHENTICATED, // SSP: numeric comparison, passkey, OOB
|
||||
// GAP_SECURITY_AUTHORIZED
|
||||
} gap_security_requirement_t;
|
||||
|
||||
/**
|
||||
* @bbrief enable/disable bonding. default is enabled
|
||||
* @praram enabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user