You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mesh: Fix build with advertising extensions enabled
Error: repos/apache-mynewt-nimble/nimble/host/mesh/src/adv.c: In function 'ble_adv_gap_mesh_cb':
repos/apache-mynewt-nimble/nimble/host/mesh/src/adv.c:364:45: error: 'struct ble_gap_ext_disc_desc'
has no member named 'om_data'; did you mean 'data'?
364 | if (!buf || os_mbuf_append(buf, ext_desc->om_data, ext_desc->length_data)) {
| ^~~~~~~
| data
0 commit comments