Searched refs:BLUETOOTH_BASE_UUID (Results 1 – 1 of 1) sorted by relevance
/btstack/platform/daemon/binding/python/btstack/ |
H A D | btstack_types.py | 5 BLUETOOTH_BASE_UUID = bytes ([ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x… variable 43 global BLUETOOTH_BASE_UUID 47 self.uuid = struct.pack(">I", uuid) + BLUETOOTH_BASE_UUID[4:] 56 global BLUETOOTH_BASE_UUID 58 if self.uuid[4:] == BLUETOOTH_BASE_UUID[4:]:
|