Searched refs:ead (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | peripheral.c | 55 uint8_t ead[sample_data->size_ead]; in set_ad_data() local 70 size_ad_data, ead); in set_ad_data() 73 } else if (memcmp(ead, sample_data->ead, sample_data->size_ead) != 0) { in set_ad_data() 74 LOG_HEXDUMP_ERR(ead, size_ead, "Encrypted data from bt_ead_encrypt:"); in set_ad_data() 75 LOG_HEXDUMP_ERR(sample_data->ead, sample_data->size_ead, in set_ad_data() 82 LOG_HEXDUMP_DBG(ead, size_ead, "Encrypted data:"); in set_ad_data() 86 ead_struct.data = ead; in set_ad_data()
|
D | common.h | 80 const uint8_t *ead; member 108 .ead = sample_ead_1, 135 .ead = sample_ead_2,
|
/Zephyr-latest/subsys/bluetooth/lib/ |
D | CMakeLists.txt | 3 zephyr_sources_ifdef(CONFIG_BT_EAD ead.c)
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 206 add-ead`. The former will take add one advertising data structure (as defined in the Core 246 uart:~$ bt encrypted-ad add-ead 03ffdead03ffbeef
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4891 SHELL_CMD_ARG(add-ead, NULL, "<advertising data>", cmd_encrypted_ad_add_ead, 2, 0),
|