(options)
| 69 | |
| 70 | const features = Object.freeze({ |
| 71 | constructor(options) { native("xs_gattclient_constructor").call(this, options); }, |
| 72 | close() { return native("xs_gattclient_close").call(this); }, |
| 73 | connect(request) { return native("xs_gattclient_connect").call(this, request); }, |
| 74 | getPrimaryServices(request, uuids) { return native("xs_gattclient_getPrimaryServices").call(this, request, uuids); }, |
no outgoing calls
no test coverage detected