Home
last modified time | relevance | path

Searched refs:stringCharHandleToInt (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py369 all_matches = list(map(stringCharHandleToInt, re.findall("'([a0-Z9]*)'O", description)))
1366 def stringCharHandleToInt(handle: str): function