zephyr/subsys/bluetooth/host
Wolfgang Puffitsch dbdfd2995b Bluetooth: host: Guard calls to bt_conn functions
Guard calls to bt_conn functions in bt_le_adv_start_internal with
IS_ENABLED(CONFIG_BT_PERIPHERAL) to avoid undefined symbols in builds
that do not support that role.

Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>
2020-01-16 08:53:21 +01:00
..
a2dp_internal.h
a2dp.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
at.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
at.h
att_internal.h Bluetooth: GATT: Allocate request from a memory slab 2020-01-09 19:20:21 +01:00
att.c Bluetooth: ATT: Use k_mem_slab for connection context 2020-01-09 19:20:21 +01:00
avdtp_internal.h
avdtp.c Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
CMakeLists.txt Bluetooth: Mesh: Move under subsys/bluetooth/mesh 2019-07-10 09:41:57 +03:00
conn_internal.h Bluetooth: host: Reserve conn object for connectable advertiser 2020-01-14 14:27:31 +01:00
conn.c Bluetooth: host: Stop using existing conn object when creating new conn 2020-01-14 14:27:31 +01:00
crypto.c Bluetooth: Host: Fix usage of re-using Bluetooth log buffers 2019-09-30 17:47:43 +02:00
crypto.h
ecc.h
gatt_internal.h Bluetooth: GATT: Use check_perm to check CCC permission 2019-09-19 21:12:39 +03:00
gatt.c Bluetooth: host: cfg_write callback to return error code 2020-01-10 17:41:15 +01:00
hci_core.c Bluetooth: host: Guard calls to bt_conn functions 2020-01-16 08:53:21 +01:00
hci_core.h Bluetooth: host: Reserve conn object for connectable advertiser 2020-01-14 14:27:31 +01:00
hci_ecc.c bluetooth: host: Configurable HCI stack sizes 2019-09-07 15:50:43 +03:00
hci_ecc.h
hci_raw_internal.h
hci_raw.c Bluetooth: Remove usage of BT_BUF_USER_DATA_MIN 2019-11-28 13:35:11 +02:00
hfp_hf.c Bluetooth: Remove usage of BT_BUF_USER_DATA_MIN 2019-11-28 13:35:11 +02:00
hfp_internal.h
Kconfig Bluetooth: Kconfig: Fix error in buffer pool sizes 2020-01-14 21:19:17 +01:00
Kconfig.gatt Bluetooth: GATT: Allocate request from a memory slab 2020-01-09 19:20:21 +01:00
Kconfig.l2cap Bluetooth: L2CAP: Use NET_BUF_TX_COUNT as fragment count 2019-12-13 15:30:28 +02:00
keys_br.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
keys.c Bluetooth: host: Rethink how unpair all works 2020-01-04 14:10:46 +01:00
keys.h Bluetooth: host: Rethink how unpair all works 2020-01-04 14:10:46 +01:00
l2cap_br.c Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
l2cap_internal.h Bluetooth: L2CAP: Queue packets when a segment could not be allocated 2019-12-13 15:30:28 +02:00
l2cap.c Bluetooth: L2CAP: Fix using s16_t to represent credits 2020-01-02 16:53:27 +01:00
monitor.c bluetooth: monitor: don't build backend if minimal 2019-10-01 09:24:02 -04:00
monitor.h
rfcomm_internal.h Bluetooth: hci_raw: Add support for specifying buffer headroom 2019-11-20 19:29:06 +01:00
rfcomm.c Bluetooth: RFCOMM: Fix length errors when payload exceeds 127 2020-01-03 10:14:59 +01:00
sdp_internal.h
sdp.c Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
settings.c Bluetooth: Host: Fix issues with host IRK handling 2019-12-20 15:45:34 +01:00
settings.h subsys/settings: Update bluetooth module 2019-06-26 16:31:01 +02:00
smp_null.c Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
smp.c Bluetooth: Host: Fix issues with host IRK handling 2019-12-20 15:45:34 +01:00
smp.h Bluetooth: Host: Fix issues with host IRK handling 2019-12-20 15:45:34 +01:00
testing.c
testing.h
uuid.c Bluetooth: UUID: Expose bt_uuid_to_str to application 2019-12-09 17:15:05 +02:00