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

Method flags

modules/network/ble/btutils.js:400–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 }
399 }
400 get flags() {
401 const index = this.findIndex(GAP.ADType.FLAGS);
402 if (-1 != index)
403 return this.#data[index+2];
404 }
405 get completeUUID16List() {
406 const index = this.findIndex(GAP.ADType.COMPLETE_UUID16_LIST);
407 if (-1 != index)

Callers

nothing calls this directly

Calls 1

findIndexMethod · 0.95

Tested by

no test coverage detected