mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
bluedroid: make hf_peer_addr as extern
This commit is contained in:
parent
67c52657cf
commit
92e18ba78e
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
* SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
*/
|
||||
@ -11,7 +11,7 @@
|
||||
#include "esp_hf_ag_api.h"
|
||||
#include "esp_bt_defs.h"
|
||||
|
||||
esp_bd_addr_t hf_peer_addr; // Declaration of peer device bdaddr
|
||||
extern esp_bd_addr_t hf_peer_addr; // Declaration of peer device bdaddr
|
||||
|
||||
#define BT_HF_TAG "BT_APP_HF"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user