resetAdapterName method

void resetAdapterName(
  1. int type
)

Resets the adapter name of a particular technology adapter.

The technology is specified by type, where a '0' value represents Wi-Fi and a '1' value Bluetooth Low Energy.

Implementation

void resetAdapterName(int type) {
  _datalinkManager.resetAdapterName(type);
}