1
1
entry,status,name,type,params
2
- Version,+,82.0 ,,
2
+ Version,+,82.1 ,,
3
3
Header,+,applications/services/bt/bt_service/bt.h,,
4
4
Header,+,applications/services/bt/bt_service/bt_keys_storage.h,,
5
5
Header,+,applications/services/cli/cli.h,,
@@ -1135,6 +1135,7 @@ Function,+,furi_event_loop_subscribe_message_queue,void,"FuriEventLoop*, FuriMes
1135
1135
Function,+,furi_event_loop_subscribe_mutex,void,"FuriEventLoop*, FuriMutex*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*"
1136
1136
Function,+,furi_event_loop_subscribe_semaphore,void,"FuriEventLoop*, FuriSemaphore*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*"
1137
1137
Function,+,furi_event_loop_subscribe_stream_buffer,void,"FuriEventLoop*, FuriStreamBuffer*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*"
1138
+ Function,+,furi_event_loop_subscribe_thread_flags,void,"FuriEventLoop*, FuriEventLoopThreadFlagsCallback, void*"
1138
1139
Function,+,furi_event_loop_tick_set,void,"FuriEventLoop*, uint32_t, FuriEventLoopTickCallback, void*"
1139
1140
Function,+,furi_event_loop_timer_alloc,FuriEventLoopTimer*,"FuriEventLoop*, FuriEventLoopTimerCallback, FuriEventLoopTimerType, void*"
1140
1141
Function,+,furi_event_loop_timer_free,void,FuriEventLoopTimer*
@@ -1145,6 +1146,7 @@ Function,+,furi_event_loop_timer_restart,void,FuriEventLoopTimer*
1145
1146
Function,+,furi_event_loop_timer_start,void,"FuriEventLoopTimer*, uint32_t"
1146
1147
Function,+,furi_event_loop_timer_stop,void,FuriEventLoopTimer*
1147
1148
Function,+,furi_event_loop_unsubscribe,void,"FuriEventLoop*, FuriEventLoopObject*"
1149
+ Function,+,furi_event_loop_unsubscribe_thread_flags,void,FuriEventLoop*
1148
1150
Function,+,furi_get_tick,uint32_t,
1149
1151
Function,+,furi_hal_adc_acquire,FuriHalAdcHandle*,
1150
1152
Function,+,furi_hal_adc_configure,void,FuriHalAdcHandle*
@@ -2361,13 +2363,13 @@ Function,-,pow,double,"double, double"
2361
2363
Function,-,pow10,double,double
2362
2364
Function,-,pow10f,float,float
2363
2365
Function,+,power_enable_low_battery_level_notification,void,"Power*, _Bool"
2366
+ Function,+,power_enable_otg,void,"Power*, _Bool"
2364
2367
Function,+,power_get_info,void,"Power*, PowerInfo*"
2365
2368
Function,+,power_get_pubsub,FuriPubSub*,Power*
2366
2369
Function,+,power_is_battery_healthy,_Bool,Power*
2367
2370
Function,+,power_is_otg_enabled,_Bool,Power*
2368
2371
Function,+,power_off,void,Power*
2369
2372
Function,+,power_reboot,void,"Power*, PowerBootMode"
2370
- Function,+,power_enable_otg,void,"Power*, _Bool"
2371
2373
Function,+,powf,float,"float, float"
2372
2374
Function,-,powl,long double,"long double, long double"
2373
2375
Function,+,pretty_format_bytes_hex_canonical,void,"FuriString*, size_t, const char*, const uint8_t*, size_t"
0 commit comments