Closed h2zero closed 3 weeks ago
NimBLEDevice::getInitialized
NimBLEDevice::isInitialized
NimBLEDevice::setPower
esp_power_level_t
esp_ble_power_type_t
NimBLEDevice::setMTU
NimBLEDevice::getAddress
NimBLEDevice::init
true
NimBLEDevice::deinit
NimBLEDevice::setDeviceName
NimBLEDevice::setCustomGapHandler
NimBLEDevice::setOwnAddrType
bool nrpa
Fixes #212 Fixes #203
NimBLEDevice::getInitialized
renamed toNimBLEDevice::isInitialized
.NimBLEDevice::setPower
no longer takes theesp_power_level_t
andesp_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.NimBLEDevice::getAddress
will now return the address currently in use.NimBLEDevice::init
now returns a bool withtrue
indicating success.NimBLEDevice::deinit
now returns a bool withtrue
inidicating success.NimBLEDevice::setDeviceName
now returns a bool withtrue
indicating success.NimBLEDevice::setCustomGapHandler
now returns a bool withtrue
indicating success.NimBLEDevice::setOwnAddrType
now returns a bool withtrue
indicating success.NimBLEDevice::setOwnAddrType
will now correctly apply the provided address type for all devices.NimBLEDevice::setOwnAddrType
no longer takes abool nrpa
parameter.Fixes #212 Fixes #203