ESP-IDF
ble_hci_le_create_conn_cp::peer_addr
is only used within ESP-IDF.
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
ble_hci_le_create_conn_cp::peer_addr
ble_hci_le_create_conn_cp::peer_addr field
Syntax
Show:
Summary
Declaration
from
hci_common.h:288
uint8_t
peer_addr
[
6
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
peer_addr
[
6
]
;
hci_common.h:288
memset
(
cmd
.
peer_addr
,
0
,
sizeof
(
cmd
.
peer_addr
)
)
;
ble_gap.c:6423
ble_gap_conn_create_tx()
memcpy
(
cmd
.
peer_addr
,
peer_addr
->
val
,
sizeof
(
cmd
.
peer_addr
)
)
;
ble_gap.c:6427
ble_gap_conn_create_tx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hci_le_create_conn_cp::peer_addr
is read by 1 function:
All items filtered out
ble_hci_le_create_conn_cp::peer_addr
ble_gap_conn_create_tx()
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