Home
last modified time | relevance | path

Searched refs:BT_EAD_ENCRYPTED_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dead.h37 #define BT_EAD_ENCRYPTED_PAYLOAD_SIZE(payload_size) \ macro
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dperipheral.c58 size_t size_ead = BT_EAD_ENCRYPTED_PAYLOAD_SIZE(size_ad_data); in set_ad_data()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c59 size_t size_ead_1 = BT_EAD_ENCRYPTED_PAYLOAD_SIZE(size_ad_1); in update_ad_data()
75 size_t size_ead_2 = BT_EAD_ENCRYPTED_PAYLOAD_SIZE(size_ad_3_4); in update_ad_data()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4666 uint8_t ead_size = BT_EAD_ENCRYPTED_PAYLOAD_SIZE(payload_size); in cmd_encrypted_ad_add_ead()