Implementation BLE using kable lib, handle scan ble, connect and send data via uart service

This commit is contained in:
2026-05-30 12:15:24 +07:00
parent 31ea6be8cd
commit e55fcab158
21 changed files with 824 additions and 35 deletions
@@ -3,7 +3,7 @@
<string name="navigation_item_accessibility">Back</string>
<string name="menu_item_accessibility">Menu</string>
<string name="dbm">%d&#xA0;dBm</string>
<string name="dbm">dBm</string>
<string name="home_title">Home</string>
@@ -31,4 +31,8 @@
<string name="filter_title">Filters</string>
<string name="sort_by_title">Sort by</string>
<string name="clear">Clear</string>
<string name="scanner_title">Scanner</string>
<string name="scan_empty_title">CAN'T SEE YOUR DEVICE?</string>
<string name="no_device_guide_info">1. Make sure the device is connected to a power source and <b>powered on</b>.\n\n2. Make sure the appropriate firmware and SoftDevice are flashed.</string>
</resources>