File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
wpa_supplicant/esp_supplicant/include Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -76,4 +76,8 @@ void fixed_pkt_queue_unregister_dequeue(fixed_pkt_queue_t *queue);
7676
7777void fixed_pkt_queue_process (fixed_pkt_queue_t * queue );
7878
79+ #ifdef __cplusplus
80+ }
81+ #endif
82+
7983#endif
Original file line number Diff line number Diff line change 1818
1919/******************************************************************************
2020 *
21- * This is the public interface file for the simulatenous advanced
21+ * This is the public interface file for the simultaneous advanced
2222 * audio/video streaming (AV) source and sink of BTA, Broadcom's Bluetooth
2323 * application layer for mobile phones.
2424 *
3535
3636#if (BTA_AR_INCLUDED == TRUE )
3737
38+ #ifdef __cplusplus
39+ extern "C" {
40+ #endif
41+
3842/*****************************************************************************
3943** Constants and data types
4044*****************************************************************************/
Original file line number Diff line number Diff line change 2323#include "stack/a2d_sbc.h"
2424
2525#if (BTC_AV_INCLUDED == TRUE )
26+ #ifdef __cplusplus
27+ extern "C" {
28+ #endif
2629/*****************************************************************************
2730 ** Constants and data types
2831 *****************************************************************************/
Original file line number Diff line number Diff line change 1010#pragma message("esp_wpa2.h is deprecated. Use esp_eap_client.h instead.")
1111
1212#include "esp_eap_client.h"
13+ #ifdef __cplusplus
14+ extern "C" {
15+ #endif
1316
1417/**
1518 * @brief Enable wpa2 enterprise authentication.
You can’t perform that action at this time.
0 commit comments