zephyr/subsys/bluetooth/shell
Aleksander Wasaznik ea558187b5 Bluetooth: Replace bt_addr_le_cmp in bool context with !bt_addr_le_eq
These should be equivalent. The new form is more readable.

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2022-10-19 15:40:18 +03:00
..
audio.c Bluetooth: Audio: Remove call to bt_enable in audio init 2022-10-14 14:24:20 +02:00
bass_client.c Bluetooth: Replace 'bt_addr_le_cmp(x) == 0' with 'bt_addr_le_eq(x)' 2022-10-19 15:40:18 +03:00
bass.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
bredr.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
bt.c Bluetooth: Replace bt_addr_le_cmp in bool context with !bt_addr_le_eq 2022-10-19 15:40:18 +03:00
bt.h Bluetooth: shell: Add LE Audio related advertisement data 2022-08-19 12:07:31 +02:00
CMakeLists.txt Bluetooth: Add IAS shell 2022-09-09 10:05:46 +02:00
csis_client.c Bluetooth: Replace 'bt_addr_le_cmp(x) == 0' with 'bt_addr_le_eq(x)' 2022-10-19 15:40:18 +03:00
csis.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
gatt.c Bluetooth: Shell: Fix GATT exchange mtu assertion fail 2022-09-29 17:34:33 +02:00
has_client.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
has.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
hci.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
hci.h Bluetooth: shell: Avoid reusing the same label 2021-09-20 20:01:32 +02:00
ias_client.c Bluetooth: Add IAS shell 2022-09-09 10:05:46 +02:00
ias.c Bluetooth: Add IAS shell 2022-09-09 10:05:46 +02:00
iso.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
l2cap.c Bluetooth: Shell: Fix L2CAP ecred commands 2022-09-14 09:38:39 +00:00
ll.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ll.h Bluetooth: Controller: Separate address get and read functions 2021-09-29 14:44:47 -04:00
mcc.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
media_controller.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
micp_mic_ctlr.c Bluetooth: Audio: Rename struct bt_micp and cleanup 2022-07-06 10:41:52 +02:00
micp_mic_dev.c Bluetooth: Audio: Rename MICP mic_dev disable to mute disable 2022-07-06 10:41:52 +02:00
mpl.c 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
tbs_client.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
tbs.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ticker.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
vcs_client.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
vcs.c Bluetooth: shell: audio: Extend vcs init with opt params 2022-07-18 18:42:34 +02:00