MCPcopy Create free account
hub / github.com/BruceDevices/firmware / end

Method end

src/modules/ble_api/ble_api.cpp:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void BLE_API::end() {
46 battery_service.end();
47 serial_service.end();
48#if defined(CONFIG_IDF_TARGET_ESP32C5)
49 esp_bt_controller_deinit();
50#else
51 BLEDevice::deinit();
52#endif
53 serialDevice = &USBserial;
54}
55#endif

Callers 6

ducky_setupFunction · 0.45
key_input_from_stringFunction · 0.45
ducky_keyboardFunction · 0.45
unregisterClientMethod · 0.45
getScriptsOptionsListFunction · 0.45
native_httpFetchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected