zephyr/subsys/bluetooth/shell
Emil Gydesen 7630161376 Bluetooth: Audio: Shell: Improve printing of incoming audio
Instead of printing every audio packet (typically
arriving every 7.5 or 10ms), we now only print every 100th.

Ideally we would add support for changing the number of
"skippe" audio packets at runtime in a shell command, but
that will be postponed.

Ideally we would also have a rx_cnt per stream, but that will
also be postponed to the future, and should be fixed with e.g.
the sequence number (seq_num) as well.

Finally this commit also adds a verification if the currently
incoming data packet contains the same ts or seq_num of the
previous one, and print if it does, as this indicates that
we are receiving some invalid data.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-12-15 10:44:56 +01:00
..
audio.c Bluetooth: Audio: Shell: Improve printing of incoming audio 2022-12-15 10:44:56 +01:00
bap_broadcast_assistant.c Bluetooth: Audio: Rename BASS and BASS client 2022-11-16 11:17:52 +01:00
bap_scan_delegator.c Bluetooth: Audio: Rename BASS and BASS client 2022-11-16 11:17:52 +01:00
bredr.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
bt.c Bluetooth: Audio: Use svc_inst instead of bt_csip for set_member 2022-11-24 15:23:48 +01:00
bt.h Bluetooth: Audio: Use svc_inst instead of bt_csip for set_member 2022-11-24 15:23:48 +01:00
cap_acceptor.c Bluetooth: Audio: Use svc_inst instead of bt_csip for set_member 2022-11-24 15:23:48 +01:00
cap_initiator.c Bluetooth: Audio: Rename CSIS to CSIP 2022-11-24 15:23:48 +01:00
CMakeLists.txt Bluetooth: Audio: Specify bt_vcp_vol_rend API 2022-11-28 17:43:40 +01:00
csip_set_coordinator.c Bluetooth: Audio: Rename CSIS to CSIP 2022-11-24 15:23:48 +01:00
csip_set_member.c Bluetooth: Audio: Use svc_inst instead of bt_csip for set_member 2022-11-24 15:23:48 +01:00
gatt.c Bluetooth: shell: fix compiler warning 2022-10-27 17:23:36 +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 Bluetooth: Shell: Select BT_TICKER_NEXT_SLOT_GET when BT_LL_SW_SPLIT 2022-11-03 10:24:49 +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 Bluetooth: Audio: Removed unused cmd_mcc_ots functions 2022-12-02 16:08:54 +01:00
media_controller.c Bluetooth: Audio: Replace generic media "send cmd" with explicit commands 2022-12-02 16:08:54 +01: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 Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01: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 Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
ticker.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
vcp_vol_ctlr.c Bluetooth: Audio: Use bt_vcp_vol_ctlr instead of bt_vcp 2022-11-28 17:43:40 +01:00
vcp_vol_rend.c Bluetooth: audio: shell: Fix VCP Volume Renderer build 2022-12-02 11:28:34 +01:00