add tinycrypt

This commit is contained in:
2024-05-15 21:05:20 -06:00
parent 6343bfec2f
commit 93cfdcc3ba
4 changed files with 6 additions and 19 deletions

View File

@ -60,7 +60,7 @@ static void bt_ready(int err)
LOG_INF("Bluetooth initialized");
/* Start advertising */
// Start advertising
err = bt_le_adv_start(BT_LE_ADV_NCONN_IDENTITY, ad, ARRAY_SIZE(ad),
sd, ARRAY_SIZE(sd));
if (err)
@ -98,7 +98,7 @@ int main(void)
LOG_INF("Starting Beacon Demo");
/* Initialize the Bluetooth Subsystem */
// Initialize the Bluetooth Subsystem
err = bt_enable(bt_ready);
if (err)
{