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

Method generateBLEDefinitions

tools/mcmanifest.js:455–468  ·  view source on GitHub ↗
(tool)

Source from the content-addressed store, hash-verified

453
454 }
455 generateBLEDefinitions(tool) {
456 if (tool.platform == "zephyr") {
457 //@@ zephyr
458 this.line("# need to implement generateBLEDefinitions");
459 }
460 else {
461 this.write("BLE =");
462 this.write("\\\n\t$(TMP_DIR)");
463 this.write(tool.slash);
464 this.write("mc.bleservices");
465 this.line("");
466 }
467 this.line("");
468 }
469 generateBLERules(tool) {
470 if (tool.platform == "zephyr") {
471 //@@ zephyr

Callers 1

generateDefinitionsMethod · 0.95

Calls 2

writeMethod · 0.65
lineMethod · 0.45

Tested by

no test coverage detected