Searched refs:bt_ead_encrypt (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/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-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 64 err = bt_ead_encrypt(mk.session_key, mk.iv, ad_1, size_ad_1, ead_1); in update_ad_data() 81 err = bt_ead_encrypt(mk.session_key, mk.iv, ad_3_4, size_ad_3_4, ead_2); in update_ad_data()
|
/Zephyr-latest/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-latest/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 18 To use the :c:func:`bt_ead_encrypt` and :c:func:`bt_ead_decrypt` functions, you must enable
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4746 err = bt_ead_encrypt(bt_shell_ead_session_key, bt_shell_ead_iv, payload, payload_size, in ead_encrypt_ad()
|