ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_blufi_callbacks_t
from the following samples and libraries:
blufi sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_blufi_callbacks_t
esp_blufi_callbacks_t struct
BLUFI callback functions type
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:343
typedef
struct
{
esp_blufi_event_cb_t
event_cb
;
esp_blufi_negotiate_data_handler_t
negotiate_data_handler
;
esp_blufi_encrypt_func_t
encrypt_func
;
esp_blufi_decrypt_func_t
decrypt_func
;
esp_blufi_checksum_func_t
checksum_func
;
}
esp_blufi_callbacks_t
;
Fields
Field
Declared as
Description
esp_blufi_callbacks_t::event_cb
esp_blufi_event_cb_t
BLUFI event callback.
esp_blufi_callbacks_t::negotiate_data_handler
esp_blufi_negotiate_data_handler_t
BLUFI negotiate data function for negotiate share key.
esp_blufi_callbacks_t::encrypt_func
esp_blufi_encrypt_func_t
BLUFI encrypt data function with share key generated by negotiate_data_handler.
esp_blufi_callbacks_t::decrypt_func
esp_blufi_decrypt_func_t
BLUFI decrypt data function with share key generated by negotiate_data_handler.
esp_blufi_callbacks_t::checksum_func
esp_blufi_checksum_func_t
BLUFI check sum function (FCS).
Related Functions
Found 2 other functions taking a
esp_blufi_callbacks_t
argument:
Function
Description
btc_blufi_set_callbacks()
esp_blufi_register_callbacks()
This function is called to receive blufi callback event
Examples
esp_blufi_callbacks_t
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out