mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 06:34:34 +02:00
Merge branch 'bugfix/BLEQABR23-668' into 'master'
fix(ble_mesh): avoid filtering BLE_MESH_ADV_NONCONN_IND packets. Closes BLERP-87 See merge request espressif/esp-idf!26175
This commit is contained in:
@@ -2958,7 +2958,7 @@ static bool notify_unprov_dev_info(bt_mesh_prov_bearer_t bearer, const uint8_t u
|
||||
if (i == ARRAY_SIZE(unprov_dev)) {
|
||||
BT_DBG("Device not in queue, notify to app layer");
|
||||
|
||||
if (bt_mesh_prov_svc_adv_filter()) {
|
||||
if (adv_type == BLE_MESH_ADV_IND && bt_mesh_prov_svc_adv_filter()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user