ESP-IDF
BLE_SM_PROC_F_INITIATOR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_F_INITIATOR
BLE_SM_PROC_F_INITIATOR macro
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:216
#define
BLE_SM_PROC_F_INITIATOR
0x01
Examples
References
from
examples
Code
Location
#define
BLE_SM_PROC_F_INITIATOR
0x01
ble_sm_priv.h:216
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm.c:512
proc_is_initiator
=
!!
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
;
ble_sm.c:644
if
(
!
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
||
ble_sm.c:1220
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm.c:1516
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm.c:1526
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm.c:1625
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm.c:1681
is_req
=
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
;
ble_sm.c:1776
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm.c:2202
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
||
proc
->
rx_key_flags
==
0
)
{
ble_sm.c:2390
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm.c:2412
proc
->
flags
|=
BLE_SM_PROC_F_INITIATOR
;
ble_sm.c:2818
proc
->
flags
|=
BLE_SM_PROC_F_INITIATOR
;
ble_sm.c:2903
if
(
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
||
ble_sm.c:3000
if
(
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
||
ble_sm.c:3018
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
||
ble_sm.c:3031
}
else
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_lgcy.c:81
if
(
!
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
)
{
ble_sm_lgcy.c:141
if
(
!
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
)
{
ble_sm_lgcy.c:201
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_lgcy.c:244
}
else
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_sc.c:118
if
(
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
||
ble_sm_sc.c:291
if
(
!
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
)
{
ble_sm_sc.c:342
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_sc.c:353
if
(
!
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
)
{
ble_sm_sc.c:418
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
||
ble_sm_sc.c:452
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_sc.c:507
if
(
!
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
)
{
ble_sm_sc.c:568
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_sc.c:645
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_sc.c:700
if
(
!
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
)
{
ble_sm_sc.c:742
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_sc.c:766
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_sc.c:830
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
)
{
ble_sm_sc.c:885
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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