Message ID | 20210622010131.427059-2-hj.tedd.an@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [BlueZ,1/5] tools/mgmt-tester: Enable High-Speed(HS) test cases | expand |
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;
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(+)