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

Commit 95ae9f97 authored by Jeremy Wu's avatar Jeremy Wu Committed by Gerrit Code Review
Browse files

Merge "log: fix debug log for |btm_read_rssi_complete|" into main

parents ee762ec7 e923cf2d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1882,7 +1882,8 @@ void btm_read_rssi_complete(uint8_t* p, uint16_t evt_len) {
      STREAM_TO_UINT16(handle, p);

      STREAM_TO_UINT8(result.rssi, p);
      log::debug("Read rrsi complete rssi:%hhd hci status:{}", result.rssi);
      log::debug("Read rrsi complete rssi:{} hci status:{}", result.rssi,
                 hci_status_code_text(to_hci_status_code(result.hci_status)));

      tACL_CONN* p_acl_cb = internal_.acl_get_connection_from_handle(handle);
      if (p_acl_cb != nullptr) {