zephyr/subsys/bluetooth/host
Henrik Brix Andersen 159f7dbbb1 lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h
Move the network buffer header file from zephyr/net/buf.h to
zephyr/net_buf.h as the implementation now lives outside of the networking
subsystem.

Add (deprecated) zephyr/net/buf.h header to maintain compatibility with old
file path.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2024-09-07 11:19:05 -05:00
..
classic lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
addr_internal.h
addr.c Bluetooth: Host: Fix bt_addr_from_str for str starting with ':' 2023-06-05 08:31:06 -04:00
adv.c Bluetooth: Fix the host side not setting sec_adv_max_skip 2024-09-03 10:43:20 +02:00
adv.h
aes_ccm.c
att_internal.h bluetooth: host: Add API to get a connection's UATT MTU 2024-08-15 10:17:13 +01:00
att.c bluetooth: gatt: Fix ATT Read By Type by DB change unaware client 2024-08-27 07:14:59 -04:00
buf_view.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
buf.c Bluetooth: host: Use correct user_data size for hci_rx_pool 2024-07-13 10:25:31 -04:00
CMakeLists.txt Bluetooth: Mesh: Move testing.h to mesh subsys instead of include 2024-08-27 15:14:08 -04:00
conn_internal.h Bluetooth: Host: Minor doc and rename for LE remote feature exchange 2024-09-02 11:50:25 +02:00
conn.c Bluetooth: Host: Minor doc and rename for LE remote feature exchange 2024-09-02 11:50:25 +02:00
crypto_psa.c bt-host: add option to use PSA APIs instead of TinyCrypt 2024-06-14 15:41:34 +02:00
crypto_tc.c bt-host: add option to use PSA APIs instead of TinyCrypt 2024-06-14 15:41:34 +02:00
crypto.h
data.c
direction_internal.h
direction.c Bluetooth: HCI: Expose bt_hci_per_adv_sync_lookup_handle() 2024-07-27 15:09:00 +03:00
ecc.c Bluetooth: Conditionally print out HCI error codes as strings 2024-07-30 18:25:56 +01:00
ecc.h bluetooth: fixes shadow variables 2023-08-17 13:00:09 +02:00
gatt_internal.h
gatt.c bluetooth: host: Add API to get a connection's UATT MTU 2024-08-15 10:17:13 +01:00
hci_common.c Bluetooth: hci_common: Add assert on buf allocation 2024-08-12 10:10:48 +02:00
hci_core.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
hci_core.h Bluetooth: Host: Rework enabling of scanner 2024-08-20 14:54:25 -04:00
hci_ecc.c Bluetooth: Conditionally print out HCI error codes as strings 2024-07-30 18:25:56 +01:00
hci_ecc.h
hci_raw_internal.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
hci_raw.c net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
id.c bluetooth: host: Ignore HCI err 0xC when setting own addr when initiating 2024-09-03 10:42:56 +02:00
id.h
iso_internal.h Bluetooth: host: Change TX pattern (push -> pull) 2024-06-12 18:51:34 +02:00
iso.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
Kconfig Bluetooth: doc: update kconfig docstring 2024-08-20 19:58:39 -04:00
Kconfig.gatt kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.l2cap kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
keys.c Bluetooth: Host: Fix not clearing IDs and keys upon bt_disable() 2024-05-28 09:11:52 -07:00
keys.h Bluetooth: Host: Fix not clearing IDs and keys upon bt_disable() 2024-05-28 09:11:52 -07:00
l2cap_internal.h Bluetooth: L2CAP: Make bt_l2cap_send_pdu() 2024-06-12 18:51:34 +02:00
l2cap.c Bluetooth: L2CAP: remove commented-out assert 2024-08-20 10:33:31 +02:00
long_wq.c Bluetooth: host: tweak up the bluetooth thread names 2024-04-02 21:01:00 -04:00
long_wq.h
monitor.c bluetooth: make monitor timestamps roll over less 2024-08-02 13:41:32 +02:00
monitor.h Bluetooth: Rename BT_BREDR to BT_CLASSIC 2024-03-07 11:26:45 +02:00
scan.c Bluetooth: Host: Fix unable to start scanning after scan param failure 2024-09-05 12:25:17 +01:00
scan.h Bluetooth: Host: Rework enabling of scanner 2024-08-20 14:54:25 -04:00
settings.c Bluetooth: Host: Use custom API for Bluetooth settings 2023-06-17 07:58:07 -04:00
settings.h Bluetooth: Host: Use custom API for Bluetooth settings 2023-06-17 07:58:07 -04:00
smp_null.c Bluetooth: L2CAP: Make bt_l2cap_send_pdu() 2024-06-12 18:51:34 +02:00
smp.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
smp.h Bluetooth: Mark bt_<type>_err_to_str() APIs experimental 2024-07-11 13:11:59 -04:00
uuid.c