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

Commit 1a4a4be2 authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "Make log_event_metrics static" into main

parents dc06c004 372718a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -104,7 +104,8 @@ static void btu_ble_rc_param_req_evt(uint8_t* p, uint8_t len);
 * @param evt_code event code
 * @param p_event pointer to event parameter, skipping paremter length
 */
void btu_hcif_log_event_metrics(uint8_t evt_code, const uint8_t* p_event) {
static void btu_hcif_log_event_metrics(uint8_t evt_code,
                                       const uint8_t* p_event) {
  uint32_t cmd = android::bluetooth::hci::CMD_UNKNOWN;
  uint16_t status = android::bluetooth::hci::STATUS_UNKNOWN;
  uint16_t reason = android::bluetooth::hci::STATUS_UNKNOWN;
+0 −3
Original line number Diff line number Diff line
@@ -38,9 +38,6 @@ struct cmd_with_cb_data {
  base::Location posted_from;
};

void btu_hcif_log_event_metrics(uint8_t evt_code, uint8_t* p_event) {
  inc_func_call_count(__func__);
}
void btu_hcif_process_event(uint8_t controller_id, BT_HDR* p_msg) {
  inc_func_call_count(__func__);
}