mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix compilation error.
parent
297ad78452
commit
d23bd2f268
|
@ -2129,7 +2129,7 @@ void GenericGap::on_advertising_set_terminated(
|
||||||
advertising_handle,
|
advertising_handle,
|
||||||
connection_handle,
|
connection_handle,
|
||||||
number_of_completed_extended_advertising_events,
|
number_of_completed_extended_advertising_events,
|
||||||
(SUCCESS == status)
|
status == pal::hci_error_code_t::SUCCESS
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue