Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a31fca3b authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

stack::ble::gap Remove unnecessary btm_status coercion am: f9223399 am: 85017326

parents d1cecfe8 85017326
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1499,8 +1499,8 @@ void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, uint16_t
static void btm_ble_scan_filt_param_cfg_evt(uint8_t /* avbl_space */,
                                            tBTM_BLE_SCAN_COND_OP /* action_type */,
                                            tBTM_STATUS btm_status) {
  if (btm_status != btm_status_value(BTM_SUCCESS)) {
    log::error("{}", btm_status);
  if (btm_status != BTM_SUCCESS) {
    log::error("{}", btm_status_text(btm_status));
  } else {
    log::verbose("");
  }