summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorIulia Tanasescu <iulia.tanasescu@nxp.com>2023-04-19 16:43:54 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-04-19 13:46:00 -0700
commitb56479f4f5a350391af06cae331bd1d78651da58 (patch)
tree2473acd4f63367bf86ac7b4dcc0a0ad9e1722ea9 /monitor
parentce1eb5dd0a03db1f6c123f14e4f837d115fd08d7 (diff)
downloadbluez-b56479f4f5a350391af06cae331bd1d78651da58.tar.gz
tools/iso-tester: Add Broadcast tests for encrypted BIG
This adds the following tests for encrypted broadcast: ISO Broadcaster Encrypted - Success ISO Broadcaster Receiver Encrypted - Success
Diffstat (limited to 'monitor')
-rw-r--r--monitor/bt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 97501c7dc..2548f0dcd 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -5,6 +5,7 @@
*
* Copyright (C) 2011-2014 Intel Corporation
* Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright 2023 NXP
*
*
*/
@@ -3720,6 +3721,7 @@ struct bt_hci_evt_le_big_info_adv_report {
#define BT_HCI_ERR_CONN_FAILED_TO_ESTABLISH 0x3e
#define BT_HCI_ERR_UNKNOWN_ADVERTISING_ID 0x42
#define BT_HCI_ERR_CANCELLED 0x44
+#define BT_HCI_ERR_ENC_MODE_NOT_ACCEPTABLE 0x25
struct bt_l2cap_hdr {
uint16_t len;