esp-nimble-cpp icon indicating copy to clipboard operation
esp-nimble-cpp copied to clipboard

[BREAKING] Refactor NimBLEDevice

Open h2zero opened this issue 1 year ago • 0 comments

  • General code cleanup
  • NimBLEDevice::getInitialized renamed to NimBLEDevice::isInitialized.
  • NimBLEDevice::setPower no longer takes the esp_power_level_t and esp_ble_power_type_t, instead only an integer value in dbm units is accepted.
  • NimBLEDevice::setPower now returns a bool value, true = success.
  • NimBLEDevice::setMTU now returns a bool value, true = success.

h2zero avatar Sep 29 '24 22:09 h2zero