Home
last modified time | relevance | path

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

/Zephyr-4.2.1/subsys/bluetooth/host/shell/
Dbt.c5173 size_t encrypted_data_buf_len = 0; in ead_update_ad() local
5197 &encrypted_data_buf[encrypted_data_buf_len]); in ead_update_ad()
5199 ad->data = &encrypted_data_buf[encrypted_data_buf_len]; in ead_update_ad()
5200 encrypted_data_buf_len += ad->data_len; in ead_update_ad()