1680 res["adv_type"], res["rssi"], res["advertisement"] |
1680 res["adv_type"], res["rssi"], res["advertisement"] |
1681 ) |
1681 ) |
1682 |
1682 |
1683 return scanResults, "" |
1683 return scanResults, "" |
1684 |
1684 |
|
1685 def supportsDeviceScan(self): |
|
1686 """ |
|
1687 Public method to indicate, that the Bluetooth implementation supports |
|
1688 scanning for devices. |
|
1689 |
|
1690 @return flag indicating that the scanning function is supported |
|
1691 @rtype bool |
|
1692 """ |
|
1693 return True |
|
1694 |
1685 ################################################################## |
1695 ################################################################## |
1686 ## Methods below implement Ethernet related methods |
1696 ## Methods below implement Ethernet related methods |
1687 ################################################################## |
1697 ################################################################## |
1688 |
1698 |
1689 def hasEthernet(self): |
1699 def hasEthernet(self): |