1 /*
2  * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 
8 /******************************************************************************
9  *
10  *  This is the interface file for BT GAP call-out functions.
11  *
12  ******************************************************************************/
13 #ifndef BTA_GAP_BT_CO_H
14 #define BTA_GAP_BT_CO_H
15 
16 #if (BTC_GAP_BT_INCLUDED == TRUE)
17 
18 extern void btc_gap_bt_config_eir_cmpl_callback (uint8_t status, uint8_t eir_type_num, uint8_t *eir_type);
19 
20 #endif /// (BTC_GAP_BT_INCLUDED == TRUE)
21 #endif /// BTA_GAP_BT_CO_H
22