ESP-IDF
ble_sm_proc::pair_req
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
ble_sm_proc::pair_req
ble_sm_proc::pair_req field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:259
uint8_t
pair_req
[
sizeof
(
struct
ble_sm_hdr
)
+
sizeof
(
struct
ble_sm_pair_cmd
)
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
pair_req
[
sizeof
(
struct
ble_sm_hdr
)
+
sizeof
(
struct
ble_sm_pair_cmd
)
]
;
ble_sm_priv.h:259
pair_req
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_req
[
1
]
;
ble_sm.c:1671
ble_sm_pair_cfg()
req
=
(
void
*
)
(
proc
->
pair_req
+
1
)
;
ble_sm.c:1737
ble_sm_pair_req_fill()
proc
->
pair_req
[
0
]
=
BLE_SM_OP_PAIR_REQ
;
ble_sm.c:1739
ble_sm_pair_req_fill()
req
=
(
void
*
)
(
proc
->
pair_req
+
1
)
;
ble_sm.c:1751
ble_sm_pair_rsp_fill()
memcpy
(
cmd
,
proc
->
pair_req
+
1
,
sizeof
(
*
cmd
)
)
;
ble_sm.c:1787
ble_sm_pair_exec()
proc
->
pair_req
[
0
]
=
BLE_SM_OP_PAIR_REQ
;
ble_sm.c:1918
ble_sm_pair_req_rx()
memcpy
(
proc
->
pair_req
+
1
,
req
,
sizeof
(
*
req
)
)
;
ble_sm.c:1919
ble_sm_pair_req_rx()
pair_req
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_req
[
1
]
;
ble_sm_lgcy.c:68
ble_sm_lgcy_io_action()
rc
=
ble_sm_alg_c1
(
proc
->
tk
,
ble_sm_our_pair_rand
(
proc
)
,
proc
->
pair_req
,
ble_sm_lgcy.c:130
ble_sm_lgcy_confirm_exec()
rc
=
ble_sm_alg_c1
(
proc
->
tk
,
ble_sm_peer_pair_rand
(
proc
)
,
proc
->
pair_req
,
ble_sm_lgcy.c:218
ble_sm_lgcy_random_rx()
pair_req
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_req
[
1
]
;
ble_sm_sc.c:105
ble_sm_sc_io_action()
pair_req
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_req
[
1
]
;
ble_sm_sc.c:703
ble_sm_sc_dhkey_check_exec()
pair_req
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_req
[
1
]
;
ble_sm_sc.c:782
ble_sm_dhkey_check_process()
pair_req
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_req
[
1
]
;
ble_sm_sc.c:880
ble_sm_sc_oob_data_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_proc::pair_req
is read by 12 functions:
All items filtered out
ble_sm_proc::pair_req
ble_sm_pair_cfg()
ble_sm_pair_req_fill()
ble_sm_pair_rsp_fill()
ble_sm_pair_exec()
ble_sm_pair_req_rx()
ble_sm_lgcy_io_action()
ble_sm_lgcy_confirm_exec()
ble_sm_lgcy_random_rx()
ble_sm_sc_io_action()
ble_sm_sc_dhkey_check_exec()
ble_sm_dhkey_check_process()
ble_sm_sc_oob_data_check()
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