summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-04 17:22:20 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-07 17:18:37 -0800
commit3250d7f938831eb583284d46e05338ada1ef729e (patch)
tree6df6efc76e4f360ba97f2c9f377225db410f679a /monitor/bt.h
parentea501af91caed2d1687fe39ff94762ffb1ddf889 (diff)
downloadbluez-3250d7f938831eb583284d46e05338ada1ef729e.tar.gz
btdev: Implement BT_HCI_CMD_LE_PERIODIC_ADV_CREATE_SYNC_CANCEL
This adds implementation of BT_HCI_CMD_LE_PERIODIC_ADV_CREATE_SYNC_CANCEL generating BT_HCI_EVT_LE_PER_SYNC_ESTABLISHED if necessary.
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 51b1833dc..b6b6c49e1 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -3660,6 +3660,7 @@ struct bt_hci_evt_le_req_peer_sca_complete {
#define BT_HCI_ERR_ADV_TIMEOUT 0x3c
#define BT_HCI_ERR_CONN_FAILED_TO_ESTABLISH 0x3e
#define BT_HCI_ERR_UNKNOWN_ADVERTISING_ID 0x42
+#define BT_HCI_ERR_CANCELLED 0x44
struct bt_l2cap_hdr {
uint16_t len;