Bluetooth 20706 wiced_bt_dev_read_tx_power

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

cross mob
NiPa_3775556
Level 2
Level 2
10 replies posted 5 replies posted 5 questions asked

Hi.

The header file WICED-Studio-6.2\20706-A2_Bluetooth\include/wiced_bt_dev.h contains a prototype for a function called wiced_bt_dev_read_tx_power(). But if I call that function the link fails saying there is an 'undefined reference to `wiced_bt_dev_read_tx_power''. Is there an extra library that needs to be linked in? If so which one?

Thanks

Nigel

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Seems this API is not avaliable with 20706. You can use API wiced_result_t wiced_bt_dev_set_tx_power( wiced_bt_device_address_t bd_addr , int power ); to set the tx power if needed.

Refer to this blog for more details: Configuring Transmit (Tx) power on the CYW20706

View solution in original post

2 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Seems this API is not avaliable with 20706. You can use API wiced_result_t wiced_bt_dev_set_tx_power( wiced_bt_device_address_t bd_addr , int power ); to set the tx power if needed.

Refer to this blog for more details: Configuring Transmit (Tx) power on the CYW20706

Thanks. We were just wanting to monitor the power from without the device rather than needing some external measurement system.

Is this a limitation of the device or the software? If software is it likely to be added in a later release?

0 Likes