mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-23 21:50:55 +01:00
fix: data was renamed to adv
This commit is contained in:
parent
cd115f1738
commit
6f03b9a6ef
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue