Home
last modified time | relevance | path

Searched defs:BT_UUID (Results 1 – 2 of 2) sorted by relevance

/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DBT_UUID.java8 public class BT_UUID { class
15 public BT_UUID(long uuid32){ in BT_UUID() method in BT_UUID
20 public BT_UUID(byte[] uuid128LE){ in BT_UUID() method in BT_UUID
24 public BT_UUID(String uuidString){ in BT_UUID() method in BT_UUID
/btstack/platform/daemon/binding/python/btstack/
H A Dbtstack_types.py39 class BT_UUID(object): class