ESP-IDF
+
0
/4 examples
SourceVu will show references to
ESP_LE_AUTH_REQ_MITM
from the following samples and libraries:
gatt_security_client sample
gatt_security_server sample
ble50_security_client sample
ble50_security_server sample
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_LE_AUTH_REQ_MITM
ESP_LE_AUTH_REQ_MITM macro
1 << 2 man in the middle attack
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:46
#define
ESP_LE_AUTH_REQ_MITM
(
1
<
<
2
)
Examples
ESP_LE_AUTH_REQ_MITM
is referenced by 4 libraries and example projects:
gatt_security_client sample
gatt_security_server sample
ble50_security_client sample
ble50_security_server sample
References
from
0/4
examples
Code
Location
#define
ESP_LE_AUTH_REQ_MITM
(
1
<
<
2
)
/*!< 1 << 2 man in the middle attack */
esp_gap_ble_api.h:46
#define
ESP_LE_AUTH_REQ_BOND_MITM
(
ESP_LE_AUTH_BOND
|
ESP_LE_AUTH_REQ_MITM
)
/*!< 0101 banding with man in the middle attack */
esp_gap_ble_api.h:47
#define
ESP_LE_AUTH_REQ_SC_MITM
(
ESP_LE_AUTH_REQ_MITM
|
ESP_LE_AUTH_REQ_SC_ONLY
)
/*!< 1100 secure conn with MITM */
esp_gap_ble_api.h:50
#define
ESP_LE_AUTH_REQ_SC_MITM_BOND
(
ESP_LE_AUTH_REQ_MITM
|
ESP_LE_AUTH_REQ_SC_ONLY
|
ESP_LE_AUTH_BOND
)
/*!< 1101 SC with MITM and Bonding*/
esp_gap_ble_api.h:51
esp_ble_auth_req_t
auth_req
=
ESP_LE_AUTH_REQ_MITM
;
simple_ble.c:297
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
All items filtered out
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out