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

Commit 8150b684 authored by git-zhenye.broadcom.com's avatar git-zhenye.broadcom.com Committed by Android Git Automerger
Browse files

am ac1f78d3: Moved per device tx power configuration capability in bdroid_buildcfg.h

* commit 'ac1f78d3':
  Moved per device tx power configuration capability in bdroid_buildcfg.h
parents 95421117 ac1f78d3
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 */