|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1436416 — _2025-03-22T04:29:26.000Z_ |
| 4 | +###### Diff: [`cf78806...fdfa272`](https://github.com/ChromeDevTools/devtools-protocol/compare/cf78806...fdfa272) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:8464 @@ domain Page |
| 8 | + interest-cohort |
| 9 | + join-ad-interest-group |
| 10 | + keyboard-map |
| 11 | ++ language-detector |
| 12 | + local-fonts |
| 13 | + magnetometer |
| 14 | + media-playback-while-not-visible |
| 15 | +@@ -8478,6 +8479,7 @@ domain Page |
| 16 | + private-state-token-redemption |
| 17 | + publickey-credentials-create |
| 18 | + publickey-credentials-get |
| 19 | ++ rewriter |
| 20 | + run-ad-auction |
| 21 | + screen-wake-lock |
| 22 | + serial |
| 23 | +@@ -8488,7 +8490,9 @@ domain Page |
| 24 | + speaker-selection |
| 25 | + storage-access |
| 26 | + sub-apps |
| 27 | ++ summarizer |
| 28 | + sync-xhr |
| 29 | ++ translator |
| 30 | + unload |
| 31 | + usb |
| 32 | + usb-unrestricted |
| 33 | +@@ -8497,6 +8501,7 @@ domain Page |
| 34 | + web-printing |
| 35 | + web-share |
| 36 | + window-management |
| 37 | ++ writer |
| 38 | + xr-spatial-tracking |
| 39 | + |
| 40 | + # Reason for a permissions policy feature to be disabled. |
| 41 | +@@ -13215,6 +13220,12 @@ experimental domain BluetoothEmulation |
| 42 | + powered-off |
| 43 | + powered-on |
| 44 | + |
| 45 | ++ # Indicates the various types of GATT event. |
| 46 | ++ type GATTOperationType extends string |
| 47 | ++ enum |
| 48 | ++ connection |
| 49 | ++ discovery |
| 50 | ++ |
| 51 | + # Stores the manufacturer data |
| 52 | + type ManufacturerData extends object |
| 53 | + properties |
| 54 | +@@ -13276,3 +13287,19 @@ experimental domain BluetoothEmulation |
| 55 | + command simulateAdvertisement |
| 56 | + parameters |
| 57 | + ScanEntry entry |
| 58 | ++ |
| 59 | ++ # Simulates the response code from the peripheral with |address| for a |
| 60 | ++ # GATT operation of |type|. The |code| value follows the HCI Error Codes from |
| 61 | ++ # Bluetooth Core Specification Vol 2 Part D 1.3 List Of Error Codes. |
| 62 | ++ command simulateGATTOperationResponse |
| 63 | ++ parameters |
| 64 | ++ string address |
| 65 | ++ GATTOperationType type |
| 66 | ++ integer code |
| 67 | ++ |
| 68 | ++ # Event for when a GATT operation of |type| to the peripheral with |address| |
| 69 | ++ # happened. |
| 70 | ++ event gattOperationReceived |
| 71 | ++ parameters |
| 72 | ++ string address |
| 73 | ++ GATTOperationType type |
| 74 | +``` |
| 75 | + |
3 | 76 | ## Roll protocol to r1433962 — _2025-03-18T04:29:59.000Z_ |
4 | | -###### Diff: [`b9e45c3...6cf64d4`](https://github.com/ChromeDevTools/devtools-protocol/compare/b9e45c3...6cf64d4) |
| 77 | +###### Diff: [`b9e45c3...cf78806`](https://github.com/ChromeDevTools/devtools-protocol/compare/b9e45c3...cf78806) |
5 | 78 |
|
6 | 79 | ```diff |
7 | 80 | @@ browser_protocol.pdl:858 @@ experimental domain Audits |
|
0 commit comments