diff options
| author | JF <jf@codingfield.com> | 2020-06-27 14:10:17 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-06-27 14:10:17 (GMT) |
| commit | f8ffb405a23e02efd3b791730a3eb349e1d7efe4 (patch) | |
| tree | 4b42e3c57dcd36229530c1f9faeadf3ca10d2781 /src/libs/mynewt-nimble/nimble/controller/include | |
| parent | e86991284fe5a41b913004f08f476aeeb83a71ef (diff) | |
| parent | 3dfba0b90d8549d17a2aa4d228f31fbdcf803e70 (diff) | |
Merge branch 'nimble_1_3_0' into develop
Diffstat (limited to 'src/libs/mynewt-nimble/nimble/controller/include')
| -rw-r--r-- | src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h b/src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h index e515fb9..d334044 100644 --- a/src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h +++ b/src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h @@ -546,9 +546,6 @@ int ble_ll_rand_data_get(uint8_t *buf, uint8_t len); void ble_ll_rand_prand_get(uint8_t *prand); int ble_ll_rand_start(void); -// TODO added by JF, don't know why I need this? -void ble_ll_task(void *arg); - static inline int ble_ll_get_addr_type(uint8_t txrxflag) { |
