add missing JSON link when calling connectToServiceByUUID API
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Wed, 27 Aug 2014 15:51:47 +0000 (17:51 +0200)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Wed, 27 Aug 2014 16:00:00 +0000 (18:00 +0200)
bluetooth/bluetooth_instance_capi.cc

index 39cb8b4..e45babd 100644 (file)
@@ -54,6 +54,8 @@ void BluetoothInstance::HandleMessage(const char* message) {
     HandleDestroyBonding(v);
   else if (cmd == "RFCOMMListen")
     HandleRFCOMMListen(v);
+  else if (cmd == "ConnectToService")
+    HandleConnectToService(v);
   else if (cmd == "CloseSocket")
     HandleCloseSocket(v);
   else if (cmd == "UnregisterServer")