zephyr/net/bluetooth
Szymon Janc 32da5e6748 Bluetooth: Add comment clarifying condition check in bt_le_adv_start
It is valid to call set_ad with NULL data as long as length is 0.
Improve code comment for unusual condition check explaning why it
is correct.

Change-Id: I29440fb04747f6df06dc4df466eb43e160ff3be4
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-05-12 09:11:29 +00:00
..
att_internal.h
att.c Bluetooth: GATT: Remove authorization permission 2016-05-11 15:18:09 +00:00
conn_internal.h Bluetooth: Move bt_conn functions to conn.c 2016-05-03 13:05:06 +03:00
conn.c Bluetooth: Move bt_conn functions to conn.c 2016-05-03 13:05:06 +03:00
gatt_internal.h
gatt.c Bluetooth: GATT: Make bt_gatt_write take a struct 2016-05-10 17:55:06 +00:00
hci_core.c Bluetooth: Add comment clarifying condition check in bt_le_adv_start 2016-05-12 09:11:29 +00:00
hci_core.h Bluetooth: Fix using NRPA for creating connection 2016-05-09 11:41:14 +02:00
Kconfig
keys.c
keys.h
l2cap_br.c Bluetooth: L2CAP: Implement bt_l2cap_br_connected() notifier 2016-05-12 06:38:10 +00:00
l2cap_internal.h Bluetooth: L2CAP: Move bt_l2cap_br_fixed_chan_register() to l2cap_br.c 2016-05-12 06:37:01 +00:00
l2cap.c Bluetooth: L2CAP: Implement bt_l2cap_br_connected() notifier 2016-05-12 06:38:10 +00:00
Makefile Bluetooth: L2CAP: Add API to register PSM server 2016-04-26 10:58:14 +02:00
monitor.c Bluetooth: monitor: Add 32-bit timestamp support 2016-05-04 21:19:49 +03:00
monitor.h Bluetooth: monitor: Add 32-bit timestamp support 2016-05-04 21:19:49 +03:00
smp_null.c
smp.c Bluetooth: SMP: Fix ecc_make_key return code check 2016-05-11 17:19:12 +00:00
smp.h
uuid.c