Last active
June 20, 2017 00:19
-
-
Save tshirtman/1cf7d50a27a2861f61ebf1d8f6062963 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from jnius import find_javaclass | |
froj jnius.reflect import get_signature | |
c = find_javaclass('android.bluetooth.BluetoothDevice') | |
for m in c.getMethods(): | |
if m.getName() == 'connectGatt': | |
print([ | |
get_signature(x) | |
for x in m.getParameterTypes() | |
]) |
tentative de communiquer? :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ @ # #