mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 10:13:29 +00:00
hci: fix spelling HCI_EVENT_ENCRYPTION_CHANGE_V2 params
This commit is contained in:
parent
ff7d175860
commit
9af58dd9c8
@ -645,7 +645,7 @@ typedef uint8_t sm_key_t[16];
|
||||
* @param status
|
||||
* @param connection_handle
|
||||
* @param encryption_enabled
|
||||
* @param encryption_key_zie
|
||||
* @param encryption_key_size
|
||||
*/
|
||||
#define HCI_EVENT_ENCRYPTION_CHANGE_V2 0x59u
|
||||
|
||||
|
@ -1428,12 +1428,12 @@ static inline uint8_t hci_event_encryption_change_v2_get_encryption_enabled(cons
|
||||
return event[5];
|
||||
}
|
||||
/**
|
||||
* @brief Get field encryption_key_zie from event HCI_EVENT_ENCRYPTION_CHANGE_V2
|
||||
* @brief Get field encryption_key_size from event HCI_EVENT_ENCRYPTION_CHANGE_V2
|
||||
* @param event packet
|
||||
* @return encryption_key_zie
|
||||
* @return encryption_key_size
|
||||
* @note: btstack_type 1
|
||||
*/
|
||||
static inline uint8_t hci_event_encryption_change_v2_get_encryption_key_zie(const uint8_t * event){
|
||||
static inline uint8_t hci_event_encryption_change_v2_get_encryption_key_size(const uint8_t * event){
|
||||
return event[6];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user