zephyr/subsys/bluetooth/host
Carles Cufi b90c27238a Bluetooth: crypto: Refactor a few items
After merging #51809, a few things were spotted that needed tweaking.
Among them:

- Rename the folder from bt_crypto to crypto, since the prefix is
  unnecesary
- Remove the include folder
- Remove the path from the global include paths

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-11-10 17:54:14 +02:00
..
a2dp_internal.h
a2dp.c Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
addr.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
adv.c Bluetooth: Host: reset adv_pool in bt_disable 2022-11-09 09:03:50 +00:00
adv.h Bluetooth: Host: reset adv_pool in bt_disable 2022-11-09 09:03:50 +00:00
aes_ccm.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
at.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
at.h
att_internal.h Bluetooth: Host: Check if channel option is valid 2022-08-19 11:59:52 +02:00
att.c Bluetooth: Host: Check if EATT l2cap server is registered 2022-11-09 09:03:50 +00:00
avdtp_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
avdtp.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
br.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
br.h
buf.c tests: bluetooth: host: Add mocks for buf.c 2022-09-09 10:06:19 +02:00
CMakeLists.txt Bluetooth: host: add dedicated WQ for long-running tasks 2022-06-30 10:31:13 +02:00
conn_internal.h Bluetooth: Host: clean up after connections in bt_disable 2022-11-09 09:03:50 +00:00
conn.c Bluetooth: Host: clean up after connections in bt_disable 2022-11-09 09:03:50 +00:00
crypto.c Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
crypto.h
direction_internal.h Bluetooth: Host: Add common handling of VS IQ report 2022-08-19 16:26:10 +02:00
direction.c Bluetooth: host: df: fix wrong connectionless CTE enable cmd length 2022-10-31 11:23:44 +01:00
ecc.c Bluetooth: Host: add pub_key_hci_disrupted function 2022-11-09 09:03:50 +00:00
ecc.h Bluetooth: Host: add pub_key_hci_disrupted function 2022-11-09 09:03:50 +00:00
gatt_internal.h Bluetooth: GATT: Add LE Secure Connections Permission Check 2022-07-19 10:32:56 +02:00
gatt.c Bluetooth: gatt: Fix notification cleanup on disconnection 2022-11-05 19:56:42 +01:00
hci_common.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
hci_core.c Bluetooth: Host: init bt_workq and cancel rpa_update work 2022-11-09 09:03:50 +00:00
hci_core.h Bluetooth: Prevent bonding to the same device more than once 2022-10-27 13:16:59 +02:00
hci_ecc.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
hci_ecc.h Bluetooth: host: add dedicated WQ for long-running tasks 2022-06-30 10:31:13 +02:00
hci_raw_internal.h
hci_raw.c Bluetooth: host: add dedicated WQ for long-running tasks 2022-06-30 10:31:13 +02:00
hfp_hf.c Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
hfp_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
id.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
id.h bluetooth: add api for changing rpa timeout in runtime 2022-07-11 09:27:07 +00:00
iso_internal.h Bluetooth: ISO: Change ISO seq_num to 16-bit 2022-10-24 10:38:49 +02:00
iso.c Bluetooth: ISO: Replace CONFIG_BT_DEBUG_ISO_DATA guard with BT_ISO_DATA_DBG 2022-11-09 09:05:03 +00:00
Kconfig Bluetooth: Move crypto toolbox functions from smp.c to their own files 2022-11-10 09:28:28 +01:00
Kconfig.gatt Bluetooth: gatt: allow disabling subscription enforcement 2022-08-19 12:14:21 +02:00
Kconfig.l2cap Bluetooth: has: Add initial Hearing Access Service client 2022-04-07 09:37:53 +02:00
keys_br.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
keys.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
keys.h Bluetooth: Host: Define bt_irk_eq 2022-10-27 13:16:59 +02:00
l2cap_br.c Bluetooth: l2cap: prevent deadlock on chan timeout 2022-09-26 15:13:13 +00:00
l2cap_internal.h Bluetooth: Host: Check if EATT l2cap server is registered 2022-11-09 09:03:50 +00:00
l2cap.c Bluetooth: Host: Check if EATT l2cap server is registered 2022-11-09 09:03:50 +00:00
long_wq.c Bluetooth: host: add dedicated WQ for long-running tasks 2022-06-30 10:31:13 +02:00
long_wq.h Bluetooth: host: add dedicated WQ for long-running tasks 2022-06-30 10:31:13 +02:00
monitor.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
monitor.h Bluetooth: Host: Monitor: Make addr param const in bt_monitor_new_index 2022-08-25 12:18:09 +02:00
rfcomm_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
rfcomm.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
scan.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
scan.h Bluetooth: Host: add missing de-init of periodic sync pool 2022-07-13 16:13:57 +02:00
sdp_internal.h
sdp.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
settings.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
settings.h
smp_null.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
smp.c Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
smp.h bluetooth: smp: Add authentication callbacks per connection 2022-08-10 12:49:30 +02:00
ssp.c Bluetooth: Move out string related function of common/log.h 2022-11-02 13:28:57 +01:00
ssp.h
testing.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
testing.h
uuid.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00