BLE: Fix compilation error.

pull/8738/head
Vincent Coubard 2018-11-11 17:10:56 +00:00
parent 297ad78452
commit d23bd2f268
1 changed files with 1 additions and 1 deletions

View File

@ -2129,7 +2129,7 @@ void GenericGap::on_advertising_set_terminated(
advertising_handle,
connection_handle,
number_of_completed_extended_advertising_events,
(SUCCESS == status)
status == pal::hci_error_code_t::SUCCESS
);
}
}