File tree
5 files changed
+11
-2
lines changed- third_party/nimble
- port/include
- cc2564x/syscfg
- nrf52/syscfg
- syscfg/targets/cc2564x
5 files changed
+11
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Submodule mynewt-nimble updated 30 files
- nimble/controller/include/controller/ble_ll.h+5-2
- nimble/controller/include/controller/ble_ll_iso.h+70-6
- nimble/controller/include/controller/ble_ll_iso_big.h-6
- nimble/controller/include/controller/ble_ll_isoal.h+30-21
- nimble/controller/src/ble_ll.c+22-6
- nimble/controller/src/ble_ll_adv.c+1
- nimble/controller/src/ble_ll_hci.c+10-4
- nimble/controller/src/ble_ll_hci_supp_cmd.c+6
- nimble/controller/src/ble_ll_iso.c+437
- nimble/controller/src/ble_ll_iso_big.c+52-98
- nimble/controller/src/ble_ll_isoal.c+250-198
- nimble/controller/src/ble_ll_scan_aux.c+32-2
- nimble/controller/syscfg.yml+8-1
- nimble/controller/test/src/ble_ll_iso.c+191
- nimble/controller/test/src/ble_ll_isoal.c+1.3k
- nimble/controller/test/src/ble_ll_test.c+4
- nimble/controller/test/syscfg.yml+4
- nimble/host/src/ble_gap.c+7
- nimble/host/src/ble_hs_pvcy.c+12
- nimble/host/src/ble_hs_resolve.c+73
- nimble/host/src/ble_hs_resolve_priv.h+30
- nimble/host/src/ble_sm_alg.c+1-1
- nimble/host/src/ble_sm_alg_priv.h+30
- nimble/host/syscfg.yml+6
- nimble/include/nimble/ble.h+2
- nimble/include/nimble/hci_common.h+9
- porting/nimble/include/syscfg/syscfg.h+4
- porting/nimble/src/nimble_port.c+1
- porting/npl/riot/include/syscfg/syscfg.h+4
- uncrustify.cfg+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
871 | 871 |
| |
872 | 872 |
| |
873 | 873 |
| |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
874 | 878 |
| |
875 | 879 |
| |
876 | 880 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2168 | 2168 |
| |
2169 | 2169 |
| |
2170 | 2170 |
| |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
2171 | 2175 |
| |
2172 | 2176 |
| |
2173 | 2177 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + |
0 commit comments