mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
bluetooth: add le_privacy_mode_t
This commit is contained in:
parent
4cb818d835
commit
7115cf4e0a
@ -108,6 +108,14 @@ typedef enum {
|
||||
AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P256, // SSP Passkey, Number confirm, OOB
|
||||
} link_key_type_t;
|
||||
|
||||
/**
|
||||
* LE Privacy 1.2
|
||||
*/
|
||||
typedef enum {
|
||||
LE_PRIVACY_MODE_NETWORK = 0,
|
||||
LE_PRIVACY_MODE_DEVICE = 1,
|
||||
} le_privacy_mode_t;
|
||||
|
||||
/**
|
||||
* @brief Extended Inquiry Response
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user