]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/oswald_hal.h
Bluetooth handling, screen reworks for icons
[oswald.git] / ui / oswald_hal.h
index eddef94fbae24065c1d68df733740215d4d25cc6..ab1e7c0d9bf042a3b1520bafa37e5f65151957cf 100644 (file)
@@ -26,5 +26,11 @@ void hal_get_power_state(power_state *pwr);
 void hal_vibration_set_state(boolean state);
 boolean hal_vibration_get_state(void);
 
 void hal_vibration_set_state(boolean state);
 boolean hal_vibration_get_state(void);
 
+bluetooth_state hal_bluetooth_set_state(bluetooth_state state);
+bluetooth_state hal_bluetooth_get_state(void);
+uint8_t *hal_bluetooth_get_local_bdaddr(void);
+void hal_bluetooth_set_visible(boolean visible);
+boolean hal_bluetooth_get_visible(void);
+void hal_bluetooth_send_data(const void *mdat, uint16_t mlen);
 #endif
 
 #endif