1
0
forked from me/IronOS

Update ble.c

This commit is contained in:
Ben V. Brown
2022-10-22 22:37:49 +11:00
parent dd8e02b299
commit dd0ac6d5ef

View File

@@ -49,9 +49,14 @@ int ble_start_adv(void)
void bt_enable_cb(int err)
{
MSG("[OS] bt_enable_cb...\r\n");
MSG("[OS] ble_tp_init...\r\n");
ble_tp_init();
MSG("[OS] ble_tp_init...Done\r\n");
MSG("[OS] ble_start_adv...\r\n");
ble_start_adv();
MSG("[OS] ble_start_adv...Done\r\n");
}