ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_bt_dev_cb_event_t
from the following samples and libraries:
a2dp_sink sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_bt_dev_cb_event_t
esp_bt_dev_cb_event_t enum
Syntax
Show:
Summary
Declaration
from
esp_bt_device.h:41
enum
{
ESP_BT_DEV_NAME_RES_EVT
=
0
,
ESP_BT_DEV_EVT_MAX
,
}
;
Values
Value
Declared as
Description
esp_bt_dev_cb_event_t::ESP_BT_DEV_NAME_RES_EVT
=
0
Device name result event.
esp_bt_dev_cb_event_t::ESP_BT_DEV_EVT_MAX
Examples
esp_bt_dev_cb_event_t
is referenced by 1 libraries and example projects:
a2dp_sink sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_bt_device.h:41
}
esp_bt_dev_cb_event_t
;
esp_bt_device.h:44
static
inline
void
btc_dev_cb_to_app
(
esp_bt_dev_cb_event_t
event
,
esp_bt_dev_cb_param_t
*
param
)
btc_dev.c:16
btc_dev_cb_to_app()
btc_dev_cb_to_app()::event
}
esp_bt_dev_cb_event_t
;
esp_bt_device.h:44
esp_bt_dev_cb_event_t
typedef
void
(
*
esp_bt_dev_cb_t
)
(
esp_bt_dev_cb_event_t
event
,
esp_bt_dev_cb_param_t
*
param
)
;
esp_bt_device.h:64
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
btc_dev_cb_to_app()::event
btc_dev_cb_to_app()
btc_dev.c:16
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out