TB2026-YDS Firmware
Loading...
Searching...
No Matches
bluetooth_settings.h
Go to the documentation of this file.
1
14#pragma once
15
16#include "screen.h"
17
screen_t * bluetooth_settings_screen(void)
Get the singleton Bluetooth settings screen, ready to push onto the navigator.
Definition bluetooth_settings.c:453
Screen interface contract: the vtable every screen implements.
A screen's behaviour, as a table of function pointers.
Definition screen.h:31