Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.

This commit is contained in:
JF
2020-06-16 20:36:24 +02:00
parent fab220d0b9
commit 9898fed806
31 changed files with 768 additions and 1043 deletions

View File

@@ -201,6 +201,7 @@ void nimble_port_init(void) {
}
void nimble_port_ll_task_func(void *args) {
extern void ble_ll_task(void *);
ble_ll_task(args);
}
}