ESP-IDF
btc_blufi_protocol_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_blufi_protocol_handler()
btc_blufi_protocol_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
blufi_int.h:193
void
btc_blufi_protocol_handler
(
uint8_t
type
,
uint8_t
*
data
,
int
len
)
;
Implemented in
blufi_protocol.c:22
Arguments
Argument
type
data
len
Examples
References
from
examples
Code
Location
Referrer
void
btc_blufi_protocol_handler
(
uint8_t
type
,
uint8_t
*
data
,
int
len
)
blufi_protocol.c:22
void
btc_blufi_protocol_handler
(
uint8_t
type
,
uint8_t
*
data
,
int
len
)
;
blufi_int.h:193
btc_blufi_protocol_handler
(
hdr
->
type
,
blufi_env
.
aggr_buf
,
blufi_env
.
total_len
)
;
blufi_prf.c:204
btc_blufi_recv_handler()
btc_blufi_protocol_handler
(
hdr
->
type
,
hdr
->
data
,
hdr
->
data_len
)
;
blufi_prf.c:209
btc_blufi_recv_handler()
Call Tree
from
examples
btc_blufi_protocol_handler()
is called by 1 function and calls 5 functions:
btc_blufi_recv_handler()
All items filtered out
btc_blufi_protocol_handler()
esp_log_timestamp()
esp_log_write()
btc_transfer_context()
esp_blufi_callbacks_t::negotiate_data_handler
btc_blufi_send_encap()
All items filtered out
Data Use
from
examples
btc_blufi_protocol_handler()
reads 45 variables and writes 26 variables:
esp_log_level_t::ESP_LOG_ERROR
btc_sig_t::BTC_SIG_API_CB
btc_pid_t::BTC_PID_BLUFI
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_SOFTAP_SSID
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_SOFTAP_PASSWD
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_SOFTAP_MAX_CONN_NUM
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_SOFTAP_AUTH_MODE
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_SOFTAP_CHANNEL
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_USERNAME
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_CA_CERT
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_CLIENT_CERT
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_SERVER_CERT
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_CLIENT_PRIV_KEY
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_SERVER_PRIV_KEY
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_SLAVE_DISCONNECT_BLE
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_GET_WIFI_LIST
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_CUSTOM_DATA
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_SET_WIFI_OPMODE
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_REQ_CONNECT_TO_AP
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_REQ_DISCONNECT_FROM_AP
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_GET_WIFI_STATUS
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_DEAUTHENTICATE_STA
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_STA_BSSID
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_STA_SSID
esp_blufi_cb_event_t::ESP_BLUFI_EVENT_RECV_STA_PASSWD
esp_blufi_cb_param_t::wifi_mode
blufi_recv_sta_bssid_evt_param::bssid
esp_blufi_cb_param_t::sta_bssid
esp_blufi_cb_param_t::sta_ssid
esp_blufi_cb_param_t::custom_data
esp_blufi_callbacks_t::negotiate_data_handler
esp_blufi_cb_param_t::sta_passwd
esp_blufi_cb_param_t::softap_ssid
esp_blufi_cb_param_t::softap_passwd
esp_blufi_cb_param_t::softap_max_conn_num
esp_blufi_cb_param_t::softap_auth_mode
esp_blufi_cb_param_t::softap_channel
esp_blufi_cb_param_t::username
esp_blufi_cb_param_t::ca
esp_blufi_cb_param_t::client_cert
esp_blufi_cb_param_t::client_pkey
tBLUFI_ENV::cbs
blufi_env
btc_blufi_cb_deep_copy()
btc_blufi_cb_deep_free()
All items filtered out
btc_blufi_protocol_handler()
btc_msg::sig
btc_msg::pid
btc_msg::act
blufi_set_wifi_mode_evt_param::op_mode
blufi_recv_sta_ssid_evt_param::ssid
blufi_recv_sta_ssid_evt_param::ssid_len
blufi_recv_custom_data_evt_param::data
blufi_recv_custom_data_evt_param::data_len
blufi_recv_sta_passwd_evt_param::passwd
blufi_recv_sta_passwd_evt_param::passwd_len
blufi_recv_softap_ssid_evt_param::ssid
blufi_recv_softap_ssid_evt_param::ssid_len
blufi_recv_softap_passwd_evt_param::passwd
blufi_recv_softap_passwd_evt_param::passwd_len
blufi_recv_softap_max_conn_num_evt_param::max_conn_num
blufi_recv_softap_auth_mode_evt_param::auth_mode
blufi_recv_softap_channel_evt_param::channel
blufi_recv_username_evt_param::name
blufi_recv_username_evt_param::name_len
blufi_recv_ca_evt_param::cert
blufi_recv_ca_evt_param::cert_len
blufi_recv_client_cert_evt_param::cert
blufi_recv_client_cert_evt_param::cert_len
blufi_recv_client_pkey_evt_param::pkey
blufi_recv_client_pkey_evt_param::pkey_len
tBLUFI_ENV::sec_mode
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