Loading system/stack/btu/btu_hcif.cc +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading system/test/mock/mock_stack_btu_hcif.cc +0 −3 Original line number Diff line number Diff line Loading @@ -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__); } Loading Loading
system/stack/btu/btu_hcif.cc +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
system/test/mock/mock_stack_btu_hcif.cc +0 −3 Original line number Diff line number Diff line Loading @@ -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__); } Loading