1655 res["adv_type"], res["rssi"], res["advertisement"] |
1655 res["adv_type"], res["rssi"], res["advertisement"] |
1656 ) |
1656 ) |
1657 |
1657 |
1658 return scanResults, "" |
1658 return scanResults, "" |
1659 |
1659 |
|
1660 def supportsDeviceScan(self): |
|
1661 """ |
|
1662 Public method to indicate, that the Bluetooth implementation supports |
|
1663 scanning for devices. |
|
1664 |
|
1665 @return flag indicating that the scanning function is supported |
|
1666 @rtype bool |
|
1667 """ |
|
1668 return True |
|
1669 |
1660 ################################################################## |
1670 ################################################################## |
1661 ## Methods below implement NTP related methods |
1671 ## Methods below implement NTP related methods |
1662 ################################################################## |
1672 ################################################################## |
1663 |
1673 |
1664 def hasNetworkTime(self): |
1674 def hasNetworkTime(self): |