Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h347 …esp_blufi_decrypt_func_t decrypt_func; /*!< BLUFI decrypt data function w… member
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c112 && (blufi_env.cbs && blufi_env.cbs->decrypt_func)) { in btc_blufi_recv_handler()
113 ret = blufi_env.cbs->decrypt_func(hdr->seq, hdr->data, hdr->data_len); in btc_blufi_recv_handler()