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

Commit ac1f78d3 authored by git-zhenye.broadcom.com's avatar git-zhenye.broadcom.com Committed by Prerepa Viswanadham
Browse files

Moved per device tx power configuration capability in bdroid_buildcfg.h

Bug 16711526

Change-Id: Ia8099765113068fd3b211acb882702d3581bd4b1
parent 235759bc
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1311,6 +1311,16 @@ and USER_HW_DISABLE_API macros */
#ifndef BLE_VND_INCLUDED
#define BLE_VND_INCLUDED        FALSE
#endif

#ifndef BTM_BLE_ADV_TX_POWER
#define BTM_BLE_ADV_TX_POWER {-21, -15, -7, 1, 9}
#endif


#ifndef BLE_BATCH_SCAN_INCLUDED
#define BLE_BATCH_SCAN_INCLUDED  TRUE
#endif

/******************************************************************************
**
** ATT/GATT Protocol/Profile Settings
+0 −2
Original line number Diff line number Diff line
@@ -324,8 +324,6 @@ typedef UINT8 tBTM_BLE_AD_TYPE;
typedef UINT8 tBTM_BLE_ADV_TX_POWER;

/* adv tx power in dBm */
#define BTM_BLE_ADV_TX_POWER {-21, -15, -7, 1, 9}

typedef struct
{
    UINT8 adv_inst_max;         /* max adv instance supported in controller */