X-Git-Url: https://git.karo-electronics.de/?p=oswald.git;a=blobdiff_plain;f=ui%2Foswald_hal.h;h=ab1e7c0d9bf042a3b1520bafa37e5f65151957cf;hp=eddef94fbae24065c1d68df733740215d4d25cc6;hb=b83e605bc8ba69950a84b6ed268f0c196f68762c;hpb=5d0ff002cee35d109f4a60eff415b2db556fb8f4 diff --git a/ui/oswald_hal.h b/ui/oswald_hal.h index eddef94..ab1e7c0 100644 --- a/ui/oswald_hal.h +++ b/ui/oswald_hal.h @@ -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); +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