diff mbox series

[BlueZ,2/5] monitor: Add Unknown Advertising ID error code

Message ID 20210622010131.427059-2-hj.tedd.an@gmail.com
State New
Headers show
Series [BlueZ,1/5] tools/mgmt-tester: Enable High-Speed(HS) test cases | expand

Commit Message

Tedd Ho-Jeong An June 22, 2021, 1:01 a.m. UTC
From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch adds Unknown Advertising ID error code (0x42)
---
 monitor/bt.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index ac4f976fc..d60bbdb20 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -3657,6 +3657,7 @@  struct bt_hci_evt_le_req_peer_sca_complete {
 #define BT_HCI_ERR_INVALID_PARAMETERS		0x12
 #define BT_HCI_ERR_UNSPECIFIED_ERROR		0x1f
 #define BT_HCI_ERR_CONN_FAILED_TO_ESTABLISH	0x3e
+#define BT_HCI_ERR_UNKNOWN_ADVERTISING_ID	0x42
 
 struct bt_l2cap_hdr {
 	uint16_t len;