zephyr/subsys/bluetooth/host
Vinayak Kariappa Chettimada e00282af6e Bluetooth: Fix build failure with -Wshadow CFLAGS
Fixes many instances of errors similar to below:
zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c:5927:22:
    error: declaration of ‘s_link’ shadows a previous
        local [-Werror=shadow]
  static memq_link_t s_link;
                     ^~~~~~
zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c:5905:21:
    note: shadowed declaration is here
  static memq_link_t s_link;
                     ^~~~~~

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-12-20 12:29:52 -05:00
..
mesh Bluetooth: Expose Bluetooth Testing API 2017-12-18 12:43:23 +01:00
CMakeLists.txt Bluetooth: Introduce Bluetooth Testing API 2017-12-13 11:26:32 +02:00
Kconfig Bluetooth: Introduce Bluetooth Testing API 2017-12-13 11:26:32 +02:00
a2dp.c
a2dp_internal.h
at.c
at.h
att.c
att_internal.h
avdtp.c
avdtp_internal.h
conn.c
conn_internal.h
crypto.c
crypto.h
ecc.h
gatt.c
gatt_internal.h
hci_core.c Bluetooth: Fix build failure with -Wshadow CFLAGS 2017-12-20 12:29:52 -05:00
hci_core.h Bluetooth: Defer RL update if there's an ongoing connection 2017-11-06 12:50:40 +02:00
hci_ecc.c
hci_ecc.h
hci_raw.c
hci_raw_internal.h
hfp_hf.c
hfp_internal.h
keys.c Bluetooth: Defer RL update if there's an ongoing connection 2017-11-06 12:50:40 +02:00
keys.h Bluetooth: Defer RL update if there's an ongoing connection 2017-11-06 12:50:40 +02:00
keys_br.c
l2cap.c Bluetooth: L2CAP: Increase disconnect timeout to 2 seconds 2017-10-15 15:50:38 +03:00
l2cap_br.c
l2cap_internal.h
monitor.c
monitor.h
rfcomm.c
rfcomm_internal.h
sdp.c
sdp_internal.h
smp.c Bluetooth: Defer RL update if there's an ongoing connection 2017-11-06 12:50:40 +02:00
smp.h
smp_null.c
storage.c
testing.c Bluetooth: Expose Bluetooth Testing API 2017-12-18 12:43:23 +01:00
uuid.c