ESP-IDF
esp_ble_mesh_prov_oob_info_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_prov_oob_info_t
esp_ble_mesh_prov_oob_info_t enum
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:261
enum
{
ESP_BLE_MESH_PROV_OOB_OTHER
=
BIT
(
0
)
,
ESP_BLE_MESH_PROV_OOB_URI
=
BIT
(
1
)
,
ESP_BLE_MESH_PROV_OOB_2D_CODE
=
BIT
(
2
)
,
ESP_BLE_MESH_PROV_OOB_BAR_CODE
=
BIT
(
3
)
,
ESP_BLE_MESH_PROV_OOB_NFC
=
BIT
(
4
)
,
ESP_BLE_MESH_PROV_OOB_NUMBER
=
BIT
(
5
)
,
ESP_BLE_MESH_PROV_OOB_STRING
=
BIT
(
6
)
,
ESP_BLE_MESH_PROV_CERT_BASED
=
BIT
(
7
)
,
ESP_BLE_MESH_PROV_RECORDS
=
BIT
(
8
)
,
ESP_BLE_MESH_PROV_OOB_ON_BOX
=
BIT
(
11
)
,
ESP_BLE_MESH_PROV_OOB_IN_BOX
=
BIT
(
12
)
,
ESP_BLE_MESH_PROV_OOB_ON_PAPER
=
BIT
(
13
)
,
ESP_BLE_MESH_PROV_OOB_IN_MANUAL
=
BIT
(
14
)
,
ESP_BLE_MESH_PROV_OOB_ON_DEV
=
BIT
(
15
)
,
}
;
Values
Value
Declared as
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_OTHER
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_URI
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_2D_CODE
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_BAR_CODE
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_NFC
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_NUMBER
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_STRING
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_CERT_BASED
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_RECORDS
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_ON_BOX
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_IN_BOX
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_ON_PAPER
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_IN_MANUAL
=
BIT
esp_ble_mesh_prov_oob_info_t::ESP_BLE_MESH_PROV_OOB_ON_DEV
=
BIT
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_ble_mesh_defs.h:261
}
esp_ble_mesh_prov_oob_info_t
;
esp_ble_mesh_defs.h:277
esp_ble_mesh_prov_oob_info_t
esp_ble_mesh_prov_oob_info_t
oob_info
;
esp_ble_mesh_defs.h:662
esp_ble_mesh_prov_t
esp_ble_mesh_prov_t::oob_info
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
Instance
Scope
Location
Project
esp_ble_mesh_prov_t::oob_info
esp_ble_mesh_prov_t
esp_ble_mesh_defs.h:662
Lifecycle
from
examples
All items filtered out
All items filtered out