Home
last modified time | relevance | path

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

/btstack/tool/
H A Duuid128_formats.py16 def twoByteLEFor(value): function
23 uuid_bytes = uuid_bytes + twoByteLEFor(int(parts.group(i),16))
H A Dcompile_gatt.py186 def twoByteLEFor(value): function
198 uuid_bytes = uuid_bytes + twoByteLEFor(int(parts.group(i),16))
203 return twoByteLEFor(assigned_uuids[uuid])
206 return twoByteLEFor(bluetooth_gatt[uuid_upper])
210 return twoByteLEFor(uuidInt)