ESP-IDF
esp_blufi_negotiate_data_handler_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_blufi_negotiate_data_handler_t
esp_blufi_negotiate_data_handler_t
BLUFI negotiate data handler
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:312
typedef
void
(
*
esp_blufi_negotiate_data_handler_t
)
(
uint8_t
*
data
,
int
len
,
uint8_t
*
*
output_data
,
int
*
output_len
,
bool
*
need_free
)
;
Examples
References
from
examples
Code
Location
typedef
void
(
*
esp_blufi_negotiate_data_handler_t
)
(
uint8_t
*
data
,
int
len
,
uint8_t
*
*
output_data
,
int
*
output_len
,
bool
*
need_free
)
;
esp_blufi_api.h:312
esp_blufi_negotiate_data_handler_t
negotiate_data_handler
;
/*!< BLUFI negotiate data function for negotiate share key */
esp_blufi_api.h:345
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