Home
last modified time | relevance | path

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

/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DGATTService.java5 public class GATTService { class
21 public GATTService(byte data[]){ in GATTService() method in GATTService
/btstack/platform/daemon/binding/python/btstack/
H A Dbtstack_types.py135 class GATTService(object): class