add more nimble example

1. make heart rate sensor example really work
using nRF Toolbox HRM
2. add master device scan example
3. add gatt server example(seems not working)
This commit is contained in:
daishengdong
2019-11-12 19:56:52 +08:00
parent 044d1c7246
commit 0700d27b70
80 changed files with 145868 additions and 33754 deletions

View File

@@ -69,7 +69,5 @@ nimble_port_tencentos_tiny_init(k_task_entry_t host_task_fn)
if (err != K_ERR_NONE) {
return;
}
tos_knl_start();
}