Releases: mongoose-os-libs/bt-common
Releases · mongoose-os-libs/bt-common
2.2
2.1
Restore FFI-ability of struct mg_str mgos_dlsym needs to include mg_str for ffi_exports to be able to use it PUBLISHED_FROM=a2dd167c8e8f9e9b7316a856f19a4603080c3632
2.0
Apache 2.0 for all of apps/libs CL: Apache 2.0 for all of apps/libs PUBLISHED_FROM=8d74d4284e3eb8f2651f1e688e6684851a0b3f60
1.26
Implement the Bluetooth current time service Partial implementation, no notifications or time reference info for now. CL: Implement the Bluetooth current time service PUBLISHED_FROM=b6322789d9dab26ef2c8c886c7f4ad65948f90ef
1.25
Commonify UUID API CL: make BT UUID utility functions platform-independent PUBLISHED_FROM=d5d3f95e4a688f0f3af6a210fe343d5b3b41d35c
1.24
Fix mgos_bt_gatts_send_indicate() PUBLISHED_FROM=afa8848263bc781177acdaf8739323df71bda27e
1.23
BREAKING: Move mgos_net API to mgos_event `mgos_net_add_event_handler()` is removed in favor of `mgos_event`-based API. Example: ```c static void my_net_ev_handler(int ev, void *evd, void *arg) { if (ev == MGOS_NET_EV_IP_ACQUIRED) { LOG(LL_INFO, ("Just got IP!")); // Fetch something very useful from somewhere } (void) evd; (void) arg; } // Somewhere else: mgos_event_add_group_handler(MGOS_EVENT_GRP_NET, my_net_ev_handler, NULL); ``` PUBLISHED_FROM=3e468cd9d0698d49713e57429776c29c624b1325
1.22.1
Use random BT addr; add esp32_bt_wipe_config PUBLISHED_FROM=d6634562b654a87b72c2c1168d159da3afb7e91e
1.22
ESP-IDF update Up to https://github.com/espressif/esp-idf/commit/d2bd9cccd825a8f1ed8c5d9cdae817c3a9bf2a0d To pick up a fix for https://github.com/espressif/esp-idf/issues/1361 PUBLISHED_FROM=b99f2e52404ceb98d4e2ebea036a2b56026c6d2a
1.21
BT scan refactoring * Make scan options configurable * Resturn scan response data (for active scans) * Move scan and other GAP-related code to esp32_bt_gap.c cc @kzyapkov PUBLISHED_FROM=a755b5d35b628be4c37f73ff72fd1e2c76b3808e