Searched refs:esp_blufi_cb_param_t (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/ |
D | blufi_protocol.c | 25 esp_blufi_cb_param_t param; in btc_blufi_protocol_handler() 45 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in btc_blufi_protocol_handler() 119 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in btc_blufi_protocol_handler() 128 …btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy, btc_blufi… in btc_blufi_protocol_handler() 137 …btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy, btc_blufi… in btc_blufi_protocol_handler() 146 …btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy, btc_blufi… in btc_blufi_protocol_handler() 155 …btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy, btc_blufi… in btc_blufi_protocol_handler() 163 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in btc_blufi_protocol_handler() 171 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in btc_blufi_protocol_handler() 179 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in btc_blufi_protocol_handler() [all …]
|
D | blufi_prf.c | 37 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() 91 esp_blufi_cb_param_t param; in btc_blufi_report_error() 93 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in btc_blufi_report_error() 448 esp_blufi_cb_param_t *dst = (esp_blufi_cb_param_t *) p_dest; in btc_blufi_cb_deep_copy() 449 esp_blufi_cb_param_t *src = (esp_blufi_cb_param_t *) p_src; in btc_blufi_cb_deep_copy() 537 esp_blufi_cb_param_t *param = (esp_blufi_cb_param_t *)msg->arg; in btc_blufi_cb_deep_free() 580 esp_blufi_cb_param_t *param = (esp_blufi_cb_param_t *)msg->arg; in btc_blufi_cb_handler()
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 318 esp_blufi_cb_param_t param; in esp_blufi_gap_event() 330 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in esp_blufi_gap_event() 351 esp_blufi_cb_param_t param; in esp_blufi_gap_event() 357 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in esp_blufi_gap_event() 474 esp_blufi_cb_param_t param; in esp_blufi_init() 483 esp_blufi_cb_param_t param; in esp_blufi_deinit() 490 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in esp_blufi_deinit() 551 esp_blufi_cb_param_t param; in esp_blufi_handle_gap_events() 566 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in esp_blufi_handle_gap_events() 571 esp_blufi_cb_param_t param; in esp_blufi_handle_gap_events() [all …]
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 130 esp_blufi_cb_param_t param; in blufi_profile_cb() 147 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in blufi_profile_cb() 285 esp_blufi_cb_param_t param; in blufi_profile_cb() 297 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in blufi_profile_cb() 302 esp_blufi_cb_param_t param; in blufi_profile_cb() 321 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in blufi_profile_cb() 326 esp_blufi_cb_param_t param; in blufi_profile_cb() 349 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in blufi_profile_cb()
|
/hal_espressif-latest/components/bt/common/api/include/api/ |
D | esp_blufi_api.h | 293 } esp_blufi_cb_param_t; typedef 300 typedef void (* esp_blufi_event_cb_t)(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param);
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/include/ |
D | btc_blufi_prf.h | 96 void btc_blufi_cb_to_app(esp_blufi_cb_event_t event, esp_blufi_cb_param_t *param);
|