Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h |
index d15e116b65cd17f3af9d29ff51e06a3ffcf7b59b..1e33026ced286671b4a9bb5da65033ec7431b407 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h |
@@ -9,7 +9,7 @@ |
#include "bindings/modules/v8/StringOrUnsignedLong.h" |
#include "modules/bluetooth/BluetoothDevice.h" |
#include "platform/heap/Heap.h" |
-#include "third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h" |
+#include "public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
@@ -69,6 +69,15 @@ class BluetoothRemoteGATTServer final |
mojom::blink::WebBluetoothGATTQueryQuantity, |
String serviceUUID = String()); |
+ void ConnectCallback(ScriptPromiseResolver*, |
+ mojom::blink::WebBluetoothResult); |
+ void GetPrimaryServicesCallback( |
+ mojom::blink::WebBluetoothGATTQueryQuantity, |
+ ScriptPromiseResolver*, |
+ mojom::blink::WebBluetoothResult, |
+ Optional<Vector<mojom::blink::WebBluetoothRemoteGATTServicePtr>> |
+ services); |
+ |
// Contains a ScriptPromiseResolver corresponding to each active algorithm |
// using this server’s connection. |
HeapHashSet<Member<ScriptPromiseResolver>> m_activeAlgorithms; |