Select one of the symbols to view example projects that use it.
 
Outline
#define __BT_APP_HF_H__
#include <stdint.h>
#include "esp_hf_client_api.h"
#define BT_HF_TAG
bt_app_hf_client_cb(esp_hf_client_cb_event_t, esp_hf_client_cb_param_t *);
Files
loading...
SourceVuESP-IDF Framework and Exampleshfp_hf samplemain/bt_app_hf.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... */ #ifndef __BT_APP_HF_H__ #define __BT_APP_HF_H__ #include <stdint.h> #include "esp_hf_client_api.h" #define BT_HF_TAG "BT_HF" /** * @brief callback function for HF client *//* ... */ void bt_app_hf_client_cb(esp_hf_client_cb_event_t event, esp_hf_client_cb_param_t *param); /* ... */ #endif /* __BT_APP_HF_H__*/
Details
Show:
from
Types: Columns: