Searched refs:bt_ead_encrypt (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | ead.h | 77 int bt_ead_encrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE],
|
/Zephyr-Core-3.5.0/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 63 err = bt_ead_encrypt(mk.session_key, mk.iv, ad_1, size_ad_1, ead_1); in update_ad_data() 80 err = bt_ead_encrypt(mk.session_key, mk.iv, ad_3_4, size_ad_3_4, ead_2); in update_ad_data()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/lib/ |
D | ead.c | 105 int bt_ead_encrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE], in bt_ead_encrypt() function
|
/Zephyr-Core-3.5.0/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 17 To use the `bt_ead_encrypt` and `bt_ead_decrypt` functions, you must enable
|