ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_bt_dev_cb_param_t
from the following samples and libraries:
a2dp_sink sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
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_param_t
esp_bt_dev_cb_param_t union
BT device callback parameters
Syntax
Show:
Summary
Declaration
from
esp_bt_device.h:47
typedef
union
{
struct
name_res_param
{
esp_bt_status_t
status
;
char
*
name
;
}
name_res
;
}
esp_bt_dev_cb_param_t
;
Fields
Field
Declared as
Description
esp_bt_dev_cb_param_t::name_res
struct
name_res_param
{
esp_bt_status_t
status
;
char
*
name
;
}
ESP_BT_DEV_NAME_RES_EVT discovery result parameter struct.
Examples
esp_bt_dev_cb_param_t
is referenced by 1 libraries and example projects:
a2dp_sink sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
union
{
esp_bt_device.h:47
}
esp_bt_dev_cb_param_t
;
esp_bt_device.h:55
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()::param
esp_bt_dev_cb_param_t
param
;
btc_dev.c:26
btc_dev_get_dev_name_callback()
memset
(
&
param
,
0
,
sizeof
(
esp_bt_dev_cb_param_t
)
)
;
btc_dev.c:30
btc_dev_get_dev_name_callback()
ret
=
btc_transfer_context
(
&
msg
,
&
param
,
sizeof
(
esp_bt_dev_cb_param_t
)
,
btc_dev_cb_arg_deep_copy
,
btc_dev_cb_arg_deep_free
)
;
btc_dev.c:39
btc_dev_get_dev_name_callback()
esp_bt_dev_cb_param_t
*
src
=
(
esp_bt_dev_cb_param_t
*
)
p_src
;
btc_dev.c:98
btc_dev_cb_arg_deep_copy()
esp_bt_dev_cb_param_t
*
dst
=
(
esp_bt_dev_cb_param_t
*
)
p_dest
;
btc_dev.c:99
btc_dev_cb_arg_deep_copy()
char
*
name
=
(
(
esp_bt_dev_cb_param_t
*
)
msg
->
arg
)
->
name_res
.
name
;
btc_dev.c:124
btc_dev_cb_arg_deep_free()
esp_bt_dev_cb_param_t
*
param
=
(
esp_bt_dev_cb_param_t
*
)
msg
->
arg
;
btc_dev.c:165
btc_dev_cb_handler()
}
esp_bt_dev_cb_param_t
;
esp_bt_device.h:55
esp_bt_dev_cb_param_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()::param
btc_dev_cb_to_app()
btc_dev.c:16
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out