MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / discoverPrimaryService

Method discoverPrimaryService

typings/ble/gatt.d.ts:48–48  ·  view source on GitHub ↗

* Discover a single GATT primary service by UUID. * * @param uuid

(uuid: Bytes)

Source from the content-addressed store, hash-verified

46 * @param uuid
47 */
48 discoverPrimaryService(uuid: Bytes): void;
49
50 /**
51 * Discover all the peripheral's GATT primary services.

Callers 15

onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65
onConnectedMethod · 0.65

Implementers 1

Clientmodules/network/ble/gatt.js

Calls

no outgoing calls

Tested by

no test coverage detected