Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
This commit is contained in:
parent
fab220d0b9
commit
9898fed806
31 changed files with 768 additions and 1043 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue