Loading system/hci/src/hci_packet_parser.c +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ static uint8_t *read_command_complete_header( STREAM_TO_UINT8(status, stream); if (status != HCI_SUCCESS){ LOG_ERROR("%s: return status - 0x%x", __func__, status); LOG_ERROR(LOG_TAG, "%s: return status - 0x%x", __func__, status); return NULL; } Loading Loading
system/hci/src/hci_packet_parser.c +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ static uint8_t *read_command_complete_header( STREAM_TO_UINT8(status, stream); if (status != HCI_SUCCESS){ LOG_ERROR("%s: return status - 0x%x", __func__, status); LOG_ERROR(LOG_TAG, "%s: return status - 0x%x", __func__, status); return NULL; } Loading