hbldh / bleak

A cross platform Bluetooth Low Energy Client for Python using asyncio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tx_power on Android uses wrong getter

dlech opened this issue · comments

To be consistent with the other backend APIs, the Android backend should not use ScanResult.getTxPower() but ScanRecord.getTxPowerLevel() instead, if I'm not mistaken.

Originally posted by @MarkusPiotrowski in #984 (comment)