ESP-IDF
ble_sm_proc::pair_rsp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_rsp
ble_sm_proc::pair_rsp field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:260
uint8_t
pair_rsp
[
sizeof
(
struct
ble_sm_hdr
)
+
sizeof
(
struct
ble_sm_pair_cmd
)
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
pair_rsp
[
sizeof
(
struct
ble_sm_hdr
)
+
sizeof
(
struct
ble_sm_pair_cmd
)
]
;
ble_sm_priv.h:260
pair_rsp
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_rsp
[
1
]
;
ble_sm.c:1067
ble_sm_key_dist()
pair_rsp
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_rsp
[
1
]
;
ble_sm.c:1672
ble_sm_pair_cfg()
rsp
=
(
void
*
)
(
proc
->
pair_rsp
+
1
)
;
ble_sm.c:1752
ble_sm_pair_rsp_fill()
proc
->
pair_rsp
[
0
]
=
BLE_SM_OP_PAIR_RSP
;
ble_sm.c:1754
ble_sm_pair_rsp_fill()
memcpy
(
cmd
,
proc
->
pair_rsp
+
1
,
sizeof
(
*
cmd
)
)
;
ble_sm.c:1792
ble_sm_pair_exec()
proc
->
pair_rsp
[
0
]
=
BLE_SM_OP_PAIR_RSP
;
ble_sm.c:2000
ble_sm_pair_rsp_rx()
memcpy
(
proc
->
pair_rsp
+
1
,
rsp
,
sizeof
(
*
rsp
)
)
;
ble_sm.c:2001
ble_sm_pair_rsp_rx()
pair_rsp
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_rsp
[
1
]
;
ble_sm_lgcy.c:69
ble_sm_lgcy_io_action()
proc
->
pair_rsp
,
iat
,
rat
,
ia
,
ra
,
cmd
->
value
)
;
ble_sm_lgcy.c:131
ble_sm_lgcy_confirm_exec()
proc
->
pair_rsp
,
iat
,
rat
,
ia
,
ra
,
confirm_val
)
;
ble_sm_lgcy.c:219
ble_sm_lgcy_random_rx()
pair_rsp
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_rsp
[
1
]
;
ble_sm_sc.c:106
ble_sm_sc_io_action()
pair_rsp
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_rsp
[
1
]
;
ble_sm_sc.c:708
ble_sm_sc_dhkey_check_exec()
pair_rsp
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_rsp
[
1
]
;
ble_sm_sc.c:769
ble_sm_dhkey_check_process()
pair_rsp
=
(
struct
ble_sm_pair_cmd
*
)
&
proc
->
pair_rsp
[
1
]
;
ble_sm_sc.c:881
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_rsp
is read by 12 functions:
All items filtered out
ble_sm_proc::pair_rsp
ble_sm_key_dist()
ble_sm_pair_cfg()
ble_sm_pair_rsp_fill()
ble_sm_pair_exec()
ble_sm_pair_rsp_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