commit | 23e1f4d2bcc822c043857a440d09a15de5454bfc | [log] [tgz] |
---|---|---|
author | Morten Priess <mtpr@oticon.com> | Fri Apr 26 13:15:54 2019 +0200 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Tue Apr 30 15:41:23 2019 +0200 |
tree | 7b2abebad0154bd9aece589c6e0d91774796f78e | |
parent | cbe74d46e042297a812330983cadbccc57c377c9 [diff] |
bluetooth: controller: Added missing variable initializations In ull.c ll_rx_get, a configuration without CONFIG_BT_CONN would sometimes return an uninitialized node_rx. In ull_scan.c, the scanning channel was not initialized to 0 (37). This would cause new scanning to start at random index (0,1,2). Signed-off-by: Morten Priess <mtpr@oticon.com>