Home
last modified time | relevance | path

Searched refs:board_show_text (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmain.c98 board_show_text(buf, false, K_FOREVER); in passkey_display()
109 board_show_text("Pairing Complete", false, K_SECONDS(2)); in pairing_complete()
115 board_show_text("Pairing Failed", false, K_SECONDS(2)); in pairing_failed()
133 board_show_text("Connection failed", false, K_SECONDS(2)); in connected()
135 board_show_text("Connected", false, K_FOREVER); in connected()
149 board_show_text("Disconnected", false, K_SECONDS(2)); in disconnected()
Dmesh.c72 board_show_text("Heartbeat Received", false, K_SECONDS(2)); in heartbeat()
82 board_show_text("Starting Mesh Failed", false, K_SECONDS(2)); in show_mesh_status()
87 board_show_text(buf, false, K_SECONDS(4)); in show_mesh_status()
164 board_show_text("Attention!", false, K_SECONDS(2)); in attention_on()
419 board_show_text(str, false, K_SECONDS(3)); in vnd_hello()
444 board_show_text(str, false, K_SECONDS(3)); in vnd_baduser()
539 board_show_text("Saying \"hi!\" to everyone", false, in send_hello()
542 board_show_text("Sending Failed!", false, K_SECONDS(2)); in send_hello()
566 board_show_text("Bad user!", false, K_SECONDS(2)); in send_baduser()
568 board_show_text("Sending Failed!", false, K_SECONDS(2)); in send_baduser()
Dboard.h17 void board_show_text(const char *text, bool center, k_timeout_t duration);
Dreel_board.c135 void board_show_text(const char *text, bool center, k_timeout_t duration) in board_show_text() function
414 board_show_text(buf, true, K_FOREVER); in show_main()
615 board_show_text("Resetting Device", false, K_SECONDS(4)); in board_init()