Home
last modified time | relevance | path

Searched refs:esp_blufi_cb_param_t (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/
Dblufi_protocol.c34 esp_blufi_cb_param_t param; in btc_blufi_protocol_handler()
54 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in btc_blufi_protocol_handler()
128 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in btc_blufi_protocol_handler()
137 … btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy); in btc_blufi_protocol_handler()
146 … btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy); in btc_blufi_protocol_handler()
155 … btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy); in btc_blufi_protocol_handler()
164 … btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy); in btc_blufi_protocol_handler()
172 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in btc_blufi_protocol_handler()
180 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in btc_blufi_protocol_handler()
188 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in btc_blufi_protocol_handler()
[all …]
Dblufi_prf.c45 inline void btc_blufi_cb_to_app(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param) in btc_blufi_cb_to_app()
99 esp_blufi_cb_param_t param; in btc_blufi_report_error()
101 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in btc_blufi_report_error()
419 esp_blufi_cb_param_t *dst = (esp_blufi_cb_param_t *) p_dest; in btc_blufi_cb_deep_copy()
420 esp_blufi_cb_param_t *src = (esp_blufi_cb_param_t *) p_src; in btc_blufi_cb_deep_copy()
508 esp_blufi_cb_param_t *param = (esp_blufi_cb_param_t *)msg->arg; in btc_blufi_cb_deep_free()
551 esp_blufi_cb_param_t *param = (esp_blufi_cb_param_t *)msg->arg; in btc_blufi_cb_handler()
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c130 esp_blufi_cb_param_t param; in blufi_profile_cb()
147 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in blufi_profile_cb()
274 esp_blufi_cb_param_t param; in blufi_profile_cb()
286 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in blufi_profile_cb()
291 esp_blufi_cb_param_t param; in blufi_profile_cb()
310 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in blufi_profile_cb()
315 esp_blufi_cb_param_t param; in blufi_profile_cb()
338 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in blufi_profile_cb()
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c252 esp_blufi_cb_param_t param; in esp_blufi_gap_event()
264 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in esp_blufi_gap_event()
285 esp_blufi_cb_param_t param; in esp_blufi_gap_event()
291 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in esp_blufi_gap_event()
408 esp_blufi_cb_param_t param; in esp_blufi_init()
418 esp_blufi_cb_param_t param; in esp_blufi_deinit()
422 btc_transfer_context(&msg, &param, sizeof(esp_blufi_cb_param_t), NULL); in esp_blufi_deinit()
/hal_espressif-3.6.0/components/bt/common/api/include/api/
Desp_blufi_api.h290 } esp_blufi_cb_param_t; typedef
297 typedef void (* esp_blufi_event_cb_t)(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param);
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h99 void btc_blufi_cb_to_app(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param);
/hal_espressif-3.6.0/examples/bluetooth/blufi/main/
Dblufi_example_main.c35 static void example_event_callback(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param);
196 static void example_event_callback(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param) in example_event_callback()
/hal_espressif-3.6.0/docs/en/api-guides/
Devent-handling.rst145 …`esp_blufi_register_callbacks`, :cpp:type:`esp_blufi_cb_event_t`, :cpp:type:`esp_blufi_cb_param_t`.