Home
last modified time | relevance | path

Searched full:bt_mesh_display_string (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Dble_mesh.c48 .output_actions = BT_MESH_DISPLAY_NUMBER | BT_MESH_DISPLAY_STRING,
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h26 BT_MESH_DISPLAY_STRING = BIT(4), enumerator
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml449 BT_MESH_DISPLAY_STRING = BIT(4)
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/
H A Dmain.c571 .output_actions = (BT_MESH_DISPLAY_NUMBER | BT_MESH_DISPLAY_STRING),
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dprov.c578 return BT_MESH_DISPLAY_STRING; in output_action()
637 if (output == BT_MESH_DISPLAY_STRING) { in prov_auth()