fix conflicts rebasing t-e-c on 0.84 version
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Tue, 12 Aug 2014 12:06:44 +0000 (14:06 +0200)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Thu, 14 Aug 2014 15:50:55 +0000 (17:50 +0200)
Change-Id: I8edd8b26b86a4189add33deeadc5fc2f96bb34c0
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
bluetooth/bluetooth_instance_capi.cc

index 0ef439f..2e21fec 100644 (file)
@@ -26,6 +26,7 @@ BluetoothInstance::~BluetoothInstance() {
   CAPI(bt_deinitialize());
 }
 
+void BluetoothInstance::Initialize() {
   CAPI(bt_initialize());
   InitializeAdapter();
 }