Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_hci_cp_le_start_encryption Struct Reference

#include <zephyr/bluetooth/hci_types.h>

Data Fields

uint16_t handle
uint8_t rand [8]
 64-bit random number for LTK identification.
uint8_t ediv [2]
 16-bit encrypted diversifier for LTK identification.
uint8_t ltk [16]

Field Documentation

◆ ediv

uint8_t bt_hci_cp_le_start_encryption::ediv[2]

16-bit encrypted diversifier for LTK identification.

◆ handle

uint16_t bt_hci_cp_le_start_encryption::handle

◆ ltk

uint8_t bt_hci_cp_le_start_encryption::ltk[16]

◆ rand

uint8_t bt_hci_cp_le_start_encryption::rand[8]

64-bit random number for LTK identification.


The documentation for this struct was generated from the following file: