ESP-IDF
hidh_open_evt_param::bd_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hidh_open_evt_param::bd_addr
hidh_open_evt_param::bd_addr field
device address
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:162
esp_bd_addr_t
bd_addr
;
Examples
References
from
examples
Code
Location
Referrer
esp_bd_addr_t
bd_addr
;
/*!< device address */
esp_hidh_api.h:162
dev
=
esp_hidh_dev_get_by_bda
(
param
->
open
.
bd_addr
)
;
bt_hidh.c:234
esp_hh_cb()
if
(
(
dev
=
hidh_dev_ctor
(
param
->
open
.
bd_addr
)
)
==
NULL
)
{
bt_hidh.c:242
esp_hh_cb()
memcpy
(
param
.
open
.
bd_addr
,
arg
->
connect
.
bd_addr
,
BD_ADDR_LEN
)
;
btc_hh.c:588
btc_hh_connect()
memcpy
(
param
.
open
.
bd_addr
,
p_data
->
conn
.
bda
,
BD_ADDR_LEN
)
;
btc_hh.c:1311
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_open_evt_param::bd_addr
is read by 3 functions:
All items filtered out
hidh_open_evt_param::bd_addr
btc_hh_connect()
btc_hh_cb_handler()
esp_hh_cb()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out