How to adjust the TX power in SDK2.X.X?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

Adjust the TX power level

I just see the blecm_setTxPowerInADV() in the SDK2.X.X. Is there any function which like blecm_setTxPowerInConnection() in the SDK2.X.X.

Thanks

ChienYi

0 Likes
1 Solution

> Where could I find out the blecm_setTxPowerInConnection() in SDK2.x.x?

See blecm.h


> blecm_setTxPowerInConnection(): it means that we can modify the TX power in connection mode.

> blecm_setTxPowerInADV(): It means that we can modify the TX power in Advertising mode.

> Is it right?

Yes.

View solution in original post

4 Replies
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA

Hi ChienYi,

Is this forum entry the same as the one you posted over here?  Adjust the TX power level

If not, please re-state the question.

Thanks.

0 Likes
Anonymous
Not applicable

Hi Shawn,

Yes, it is the same forum entry.

We can find out the following functions in the SDK1.x.x.

a.blecm_setTxPowerInConnection()

b.blecm_setTxPowerInADV()


But we only find out the function in the SDK2.x.x.

b.blecm_setTxPowerInADV()


Question:

1. Where could I find out the blecm_setTxPowerInConnection() in SDK2.x.x?

2. blecm_setTxPowerInConnection(): it means that we can modify the TX power in connection mode.

    blecm_setTxPowerInADV(): It means that we can modify the TX power in Advertising mode.

    Is it right?

Thanks

ChienYi

0 Likes

> Where could I find out the blecm_setTxPowerInConnection() in SDK2.x.x?

See blecm.h


> blecm_setTxPowerInConnection(): it means that we can modify the TX power in connection mode.

> blecm_setTxPowerInADV(): It means that we can modify the TX power in Advertising mode.

> Is it right?

Yes.

Anonymous
Not applicable

Hi Arvinds,

Thanks for your reply.

Thanks

ChienYi

0 Likes