Skip to content

Instantly share code, notes, and snippets.

View SeventhHelix's full-sized avatar

Jeff Dyck SeventhHelix

  • Hulu
  • Los Angeles, California
View GitHub Profile
VK_LBUTTON
0x01
Left mouse button
VK_RBUTTON
0x02
Right mouse button
VK_CANCEL
0x03
from bluetooth import *
from pprint import pprint
services = find_service()
pprint(services)
serv = services[3] # service_classes should be 860C..
pprint(serv)
host = serv['host']