Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df64cbbe authored by Wei Wang's avatar Wei Wang
Browse files

Fix build issue for devices without BLE features.

Change-Id: I6499663d253c791cc739ed76b839eb3aefe6613a
parent 3102985a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1358,8 +1358,10 @@ static void btif_dm_upstreams_evt(UINT16 event, char* p_param)

             btif_enable_bluetooth_evt(p_data->enable.status, p_data->enable.bd_addr);

             #if (defined(BLE_INCLUDED) && (BLE_INCLUDED == TRUE))
             /* Enable local privacy */
             BTA_DmBleConfigLocalPrivacy(TRUE);
             #endif
        }
        break;

+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@

#include <stdio.h>
#include <stdlib.h>
#include "bt_target.h"

#define LOG_TAG "BtGatt.btif"
#if (BLE_INCLUDED == TRUE)