This adds the sync_handle field to the bt_iso_qos struct. --- lib/bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 1286aa763..f007240f4 100644 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -187,6 +187,7 @@ struct bt_iso_bcast_qos { uint8_t sync_cte_type; uint8_t mse; uint16_t timeout; + uint16_t sync_handle; }; /* (HCI_MAX_PER_AD_LENGTH - EIR_SERVICE_DATA_LENGTH) */ -- 2.34.1