Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4766 size_t encrypted_data_buf_len = 0; in ead_update_ad() local
4790 &encrypted_data_buf[encrypted_data_buf_len]); in ead_update_ad()
4792 ad->data = &encrypted_data_buf[encrypted_data_buf_len]; in ead_update_ad()
4793 encrypted_data_buf_len += ad->data_len; in ead_update_ad()