Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h346 …esp_blufi_encrypt_func_t encrypt_func; /*!< BLUFI encrypt data function w… member
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c248 && (blufi_env.cbs && blufi_env.cbs->encrypt_func)) { in btc_blufi_send_encap()
249 ret = blufi_env.cbs->encrypt_func(hdr->seq, hdr->data, hdr->data_len); in btc_blufi_send_encap()