forked from h2zero/esp-nimble-cpp
fix: data was renamed to adv
This commit is contained in:
committed by
h2zero
parent
cd115f1738
commit
6f03b9a6ef
@@ -70,7 +70,7 @@ bool NimBLEExtAdvertising::setInstanceData(uint8_t inst_id, NimBLEExtAdvertiseme
|
||||
NULL);
|
||||
#else
|
||||
int rc = ble_gap_ext_adv_configure(inst_id,
|
||||
&data.m_params,
|
||||
&adv.m_params,
|
||||
NULL,
|
||||
NimBLEExtAdvertising::handleGapEvent,
|
||||
NULL);
|
||||
|
Reference in New Issue
Block a user